Documentation
XML object
usage
xmlobject = new XML(string xml)
paramètres
xml : a string representation of a XML
retourne
Returns a PHP object, allowing you to consult the XML in PHP
exemples
$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);