reference/dom/domdocument/save.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -9,8 +9,8 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>int</type><methodname>DOMDocument::save</methodname>
12
+
<methodsynopsis role="DOMDocument">
13
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>DOMDocument::save</methodname>
14
14
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
15
15
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
16
16
</methodsynopsis>
...
...
@@ -36,8 +36,7 @@
36
36
<term><parameter>options</parameter></term>
37
37
<listitem>
38
38
<para>
39
-
Additional Options. Currently only <link
40
-
linkend="libxml.constants">LIBXML_NOEMPTYTAG</link> is supported.
39
+
Additional Options. Currently only <link linkend="libxml.constants">LIBXML_NOEMPTYTAG</link> is supported.
41
40
</para>
42
41
</listitem>
43
42
</varlistentry>
...
...
@@ -52,30 +51,6 @@
52
51
</para>
53
52
</refsect1>
54
53

55
-
<refsect1 role="changelog">
56
-
&reftitle.changelog;
57
-
<para>
58
-
<informaltable>
59
-
<tgroup cols="2">
60
-
<thead>
61
-
<row>
62
-
<entry>&Version;</entry>
63
-
<entry>&Description;</entry>
64
-
</row>
65
-
</thead>
66
-
<tbody>
67
-
<row>
68
-
<entry>5.1.0</entry>
69
-
<entry>
70
-
Added the <parameter>options</parameter> parameter
71
-
</entry>
72
-
</row>
73
-
</tbody>
74
-
</tgroup>
75
-
</informaltable>
76
-
</para>
77
-
</refsect1>
78
-

79
54
<refsect1 role="examples">
80
55
&reftitle.examples;
81
56
<para>
...
...
@@ -117,7 +92,6 @@ echo 'Wrote: ' . $doc->save("/tmp/test.xml") . ' bytes'; // Wrote: 72 bytes
117
92
</para>
118
93
</refsect1>
119
94
</refentry>
120
-

121
95
<!-- Keep this comment at the end of the file
122
96
Local variables:
123
97
mode: sgml
124
98