JRegistryFormatINI::stringToObject
Parse an INI formatted string and convert it into an object.
Signature
public function stringToObject(string
$data,
array
$optionsĀ )
Parameters
-
$data
- INI formatted string to convert.
-
$options
- An array of options used by the formatter, or a boolean setting to process sections.
Returns
- Data object.