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]
Since
Synopsis
public JRegistryFormatIni->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. |
Returns
object Data object.
Defined in
libraries/joomla/registry/format/ini.php
Referenced by
See also
SeeAlso:JRegistryFormatIni::stringToObject
Examples
<CodeExamplesForm />
