JSimpleXML::loadString: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Interprets a string of XML into an object. | Interprets a string of XML into an object. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 37: | Line 37: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]] | ||
* [[API17:JSimpleXML::loadString|Other versions of JSimpleXML::loadString]] | * [[API17:JSimpleXML::loadString|Other versions of JSimpleXML::loadString]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JSimpleXML::loadString | category=JSimpleXML::loadString | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:43, 25 March 2017
JSimpleXML::loadString
Description
Interprets a string of XML into an object.
public function loadString (
$string
$classname=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $string | |||
| $classname | null |
- Returns
- Defined on line 147 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXML::loadString source code on BitBucket
Class JSimpleXML
Subpackage Utilities- Other versions of JSimpleXML::loadString
User contributed notes
Code Examples