Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
DOMDocument->loadXML()
Popis
class DOMDocument {mixed loadXML ( string source [, int options] )
}
Loads an XML document from a string.
This method may also be called statically to load and create a DOMDocument object. The static invocation may be used when no DOMDocument properties need to be set prior to loading.
Návratové hodnoty
Vracà TRUE pÅ™i úspÄ›chu, FALSE pÅ™i selhánÃ. If called statically, returns a DOMDocument.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
DOMDocument->loadHTMLFile() | Nahoru |