API16

API16:JRegistryFormatINI

From Joomla! Documentation

Defined in

libraries/joomla/registry/format/ini.php

Methods

Method name Description
objectToString Converts an object into an INI 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 an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function

Importing

jimport( 'joomla.registry.format.ini' );



Examples

Code Examples