reference/dom/domdocument/createprocessinginstruction.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -7,10 +7,10 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<modifier>public</modifier> <type>DOMProcessingInstruction</type><methodname>DOMDocument::createProcessingInstruction</methodname>
10
+
<methodsynopsis role="DOMDocument">
11
+
<modifier>public</modifier> <type class="union"><type>DOMProcessingInstruction</type><type>false</type></type><methodname>DOMDocument::createProcessingInstruction</methodname>
12
12
<methodparam><type>string</type><parameter>target</parameter></methodparam>
13
-
<methodparam choice="opt"><type>string</type><parameter>data</parameter></methodparam>
13
+
<methodparam choice="opt"><type>string</type><parameter>data</parameter><initializer>""</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
This function creates a new instance of class
...
...
@@ -79,7 +79,6 @@
79
79
</para>
80
80
</refsect1>
81
81
</refentry>
82
-

83
82
<!-- Keep this comment at the end of the file
84
83
Local variables:
85
84
mode: sgml
86
85