DomQuery::__toString();
Returns the contents of the DOM as an XML string.
$DomQuery = new DomQuery;
echo $DomQuery->load($xml);
Definition:
public function __toString()
Returns the contents of the DOM as an XML string.
$DomQuery = new DomQuery;
echo $DomQuery->load($xml);
public function __toString()