reference/dom/domdocument/xinclude.xml
d2939d46110158f98ace5c20761c808b04c905d8
...
...
@@ -9,13 +9,12 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>int</type><methodname>DOMDocument::xinclude</methodname>
12
+
<methodsynopsis role="DOMDocument">
13
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>DOMDocument::xinclude</methodname>
14
14
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
This method substitutes <link
18
-
xlink:href="&url.xinclude.spec;">XIncludes</link> in a DOMDocument object.
17
+
This method substitutes <link xlink:href="&url.xinclude.spec;">XIncludes</link> in a DOMDocument object.
19
18
</para>
20
19
<note>
21
20
<para>
...
...
@@ -31,10 +30,7 @@
31
30
<varlistentry>
32
31
<term><parameter>options</parameter></term>
33
32
<listitem>
34
-
<para>
35
-
<link linkend="libxml.constants">libxml parameters</link>. Available
36
-
since PHP 5.1.0 and Libxml 2.6.7.
37
-
</para>
33
+
&dom.parameter.options;
38
34
</listitem>
39
35
</varlistentry>
40
36
</variablelist>
...
...
@@ -120,7 +116,6 @@ echo $dom->saveXML();
120
116
</para>
121
117
</refsect1>
122
118
</refentry>
123
-

124
119
<!-- Keep this comment at the end of the file
125
120
Local variables:
126
121
mode: sgml
127
122