Description
object
domxml_xmltree ( string str)
| Aviso |
Esta función
es EXPERIMENTAL_ Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO_ La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabiliad_ |
The function parses the XML document in
str and returns a tree PHP objects as the
parsed document_ This function is isolated from the other functions,
which means you cannot access the tree with any of the other functions_
Modifying it, for example by adding nodes, makes no sense since there
is currently no way to dump it as an XML file_
However this function may be valuable if you want to read a file and
investigate the content_