API16:JRegistryFormatXML/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.
Contents |
Description
Parse a XML formatted string and convert it into an object.
Description:JRegistryFormatXML/stringToObject
Syntax
stringToObject($data, $namespace='')
| Parameter Name | Default Value | Description |
|---|---|---|
| $data | XML Formatted String | |
| $namespace |
Returns
object Data object.
Defined in
libraries/joomla/registry/format/xml.php
Importing
jimport( 'joomla.registry.format.xml' );
Source Body
public function stringToObject($data, $namespace='') { return true; }
[Edit See Also] SeeAlso:JRegistryFormatXML/stringToObject
Examples
<CodeExamplesForm />
