API15:JRegistryFormatXML
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/registry/format/xml.php
Methods
| Method name | Description |
|---|---|
| stringToObject | Converts an XML formatted string into an object |
| objectToString | Converts an object into an XML formatted string
If more than two levels of nested groups are necessary, since INI is not useful, XML or another format should be used. |
Importing
jimport( 'joomla.registry.format.xml' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 02:03:41
