mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7477e1d011
commit
31c627fb6c
1 changed files with 7 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue