|
DOMDocument::loadXMLLoad XML from a string Beschreibung
public mixed DOMDocument::loadXML
( string
$source
[, int $options = 0
] )Loads an XML document from a string. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Fehler/Exceptions
If an empty string is passed as the Diese Methode kann statisch aufgerufen werden, dies wird aber einen Beispiele
Beispiel #1 Creating a Document
<?php
Beispiel #2 Static invocation of loadXML
<?phpSiehe auch
|