Documentation
XML object
usage
xmlobject = new XML(string xml)
parameters
xml : a string representation of a XML
returns
Returns a PHP object, allowing you to consult the XML in PHP
examples
$result = query($NQL);
$xml = new XML($result);
xmlobject = new XML(string xml)
xml : a string representation of a XML
Returns a PHP object, allowing you to consult the XML in PHP
$result = query($NQL);
$xml = new XML($result);