Download the PHP package jsnlib/ao without Composer
On this page you can find all versions of the php package jsnlib/ao. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ao
jsnao
v 1.1.4
簡易的讓陣列(或其他格式),可以使用更好懂的物件風格來呼叫。例如
我們可以直接這麼使用
其他說明可以看:我的部落格
支持多種格式輸入的範例
陣列 Array
``
JSON
``
物件 Object
``
字串 String
``
整數或小數 Integer or Double
``
空值 Null
``
一般用法
``
陣列用法
``
繼承 ArrayObject 原生用法
``
方法
Jsnao::get($index)
取值
``
Jsnao::put($index, $value)
賦值
``
Jsnao::toArray()
取得陣列型態
``
Jsnao::log($title = NULL)
透過到 JavaScript 輸出到 console.log()
也可以放在想要檢視的定位點,例如
var_export()
輸出檢視錯誤時使用
``
All versions of ao with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package jsnlib/ao contains the following files
Loading the files please wait ....