JRegistryFormatINI/1.5
From Joomla! Documentation
[Edit Descripton] Description:JRegistryFormatINI
Defined in
libraries/joomla/registry/format/ini.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into an INI formatted string |
| stringToObject | Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function. |
Importing
jimport( 'joomla.registry.format.ini' );
See also
[Edit See Also] SeeAlso:JRegistryFormatINI
Examples
<CodeExamplesForm />