mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
new options parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176292 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e49b73a8f9
commit
6202006e2f
1 changed files with 18 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.dom-domdocument-xinclude">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument->xinclude()</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type>
|
||||
<methodname>xinclude</methodname>
|
||||
<void/>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
@ -28,6 +28,22 @@
|
|||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>options</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="simplexml.constants">Libxml parameters</link>. Available
|
||||
since PHP 5.1.0 and Libxml 2.6.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue