API17

API17:JRegistryFormatXml::stringToObject

From Joomla! Documentation

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

See also


User contributed notes

Code Examples