Note Submitter: georg at howen dot de
----
Just in case you try to do the same as I did and thought you
found a bug:
loadXML() is not a true static function. It is just allowed
to be called statically. When called statically within a
method of an instantiated DOMDocument object it acts as if
the method had been called directly from the object itself
rather than statically.
This means that if you call DOMDocument::loadXML() from
within an instantiated DOMDocument object, it will not
return a new DOMDocument but true/false.
Georg
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|