xmldoc

(PHP 4 >= 4.0.0)

xmldoc -- Creates a DOM object of an XML document

Description

object xmldoc (string str)

Waarschuwing

Deze functie is EXPERIMENTEEL. Dat betekent, dat het gedrag van deze functie, deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze functie op eigen risico.

The function parses the XML document in str and returns an object of class "Dom document", having the properties as listed above.

See also xmldocfile()