JRegistryFormatIni::stringToObject
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JRegistryFormatIni::stringToObject[edit]
Description[edit]
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[edit]
JRegistryFormatIni::stringToObject source code on BitBucket
Class JRegistryFormatIni
Subpackage Registry
- Other versions of JRegistryFormatIni::stringToObject
User contributed notes[edit]
Code Examples[edit]