diff --git a/reference/dom/functions/dom-domdocument-load.xml b/reference/dom/functions/dom-domdocument-load.xml index 7559f50940..65cb2c34ce 100644 --- a/reference/dom/functions/dom-domdocument-load.xml +++ b/reference/dom/functions/dom-domdocument-load.xml @@ -1,5 +1,5 @@ - + DOMDocument->load() @@ -20,12 +20,6 @@ Loads an XML document from a file. - - 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. - &reftitle.parameters; @@ -60,19 +54,6 @@ $doc = new DOMDocument(); $doc->load('book.xml'); echo $doc->saveXML(); ?> -]]> - - - - - - Static invocation of <literal>load</literal> - -saveXML(); -?> ]]>