|
DOMDocument::loadLoad XML from a file Beschreibung
public mixed DOMDocument::load
( string
$filename
[, int $options = 0
] )Loads an XML document from a file. Warnung
Unix style paths with forward slashes can cause significant performance degradation on Windows systems; be sure to call realpath in such a case. 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
<?phpSiehe auch
|