API16:JRegistryFormatJSON
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/registry/format/json.php
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into a JSON formatted string.
Unfortunately, there is no way to have ini values nested further than two levels deep. Therefore we will only go through the first two levels of the object. |
| stringToObject | Parse a JSON formatted string and convert it into an object. |
Importing
jimport( 'joomla.registry.format.json' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 12:42:49
