API17:JRegistryFormatIni::stringToObject
From Joomla! Documentation
JRegistryFormatIni::stringToObject
Description
Parse an INI formatted string and convert it into an object.
public function stringToObject (
$data
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | INI formatted string to convert. | |
| $options | mixed | array() | An array of options used by the formatter, or a boolean setting to process sections. |
See also
JRegistryFormatIni::stringToObject source code on BitBucket
Class JRegistryFormatIni
Subpackage Registry- Other versions of JRegistryFormatIni::stringToObject
User contributed notes
Code Examples