mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
also add NOEMTYTAG constant, which I've forgotten
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195462 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1babd46ebc
commit
25062e2697
1 changed files with 20 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="libxml.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -76,6 +76,25 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>LIBXML_NOEMPTYTAG</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Expand empty tags (e.g. <literal><br/></literal> to
|
||||
<literal><br></br></literal>)
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
This option is currently just available in the
|
||||
<function>dom_document_save</function> and
|
||||
<function>dom_document_savexml</function> functions.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>LIBXML_NOENT</constant>
|
||||
|
|
Loading…
Reference in a new issue