API17

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.  


{{subst:Description:JSimpleXML::loadString}}
 


<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]]
{{subst:SeeAlso:JSimpleXML::loadString}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JSimpleXML::loadString
category=JSimpleXML::loadString
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:43, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples