|
DOMDocument::loadXMLLoad XML from a string Description
public mixed DOMDocument::loadXML
( string
$source
[, int $options = 0
] )Loads an XML document from a string. Return Values
Returns Errors/Exceptions
If an empty string is passed as the This method may be called statically, but will issue an Examples
Example #1 Creating a Document
<?php
Example #2 Static invocation of loadXML
<?php See Also
|