API17

Difference between revisions of "JRegistryFormatIni::stringToObject"

From Joomla! Documentation

m (JoomlaWikiBot moved page JRegistryFormatIni::stringToObject/11.1 to API17:JRegistryFormatIni::stringToObject without leaving a redirect: Robot: Moved page)
m (→‎User contributed notes: moving preparation)
Line 55: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRegistryFormatIni]][[Category:JRegistryFormatIni::stringToObject]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 17:03, 11 May 2013

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.

Joomla 11.1 JRegistryFormatIni::stringToObject[edit]

Description[edit]

Parse an INI formatted string and convert it into an object.

Template: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.
  • Returns object Data object.
  • Defined on line 72 of libraries/joomla/registry/format/ini.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JRegistryFormatIni::stringToObject [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />