Noted that calling statically results in E_STRICT.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2009-01-09 14:19:33 +00:00
parent 7477e1d011
commit 31c627fb6c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xml:id="domdocument.loadhtmlfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>DOMDocument::loadHTMLFile</refname>
@ -19,10 +19,12 @@
to be well-formed to load.
</para>
<para>
This function may also be called statically to load and create a
<classname>DOMDocument</classname> object. The static invocation may be
used when no <classname>DOMDocument</classname> properties need to be set
prior to loading.
Though not recommended, this function may also be called statically to load
and create a <classname>DOMDocument</classname> object. The static invocation
may be used when no <classname>DOMDocument</classname> properties need to be
set prior to loading. However, doing so will result an in
<link linkend="errorfunc.constants.errorlevels.e-strict">E_STRICT</link>
error being generated.
</para>
</refsect1>
<refsect1 role="parameters">