API17:JRegistryFormatIni::stringToObject
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatIni::stringToObject
Description
Parse an INI formatted string and convert it into an object.
Description:JRegistryFormatIni::stringToObject [Edit Descripton]
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
SeeAlso:JRegistryFormatIni::stringToObject [Edit See Also]
User contributed notes
<CodeExamplesForm />
