API17:JRegistryFormatXml::stringToObject
From Joomla! Documentation
JRegistryFormatXml::stringToObject
Description
Parse a XML formatted string and convert it into an object.
public function stringToObject (
$data
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | XML formatted string to convert. | |
| $options | array | array() | Options used by the formatter. |
See also
JRegistryFormatXml::stringToObject source code on BitBucket
Class JRegistryFormatXml
Subpackage Registry- Other versions of JRegistryFormatXml::stringToObject
User contributed notes
Code Examples