reference/dom/domdocument/savehtmlfile.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -9,10 +9,10 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>int</type><methodname>DOMDocument::saveHTMLFile</methodname>
12
+
<methodsynopsis role="DOMDocument">
13
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>DOMDocument::saveHTMLFile</methodname>
14
14
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</methodsynopsis>
16
16
<para>
17
17
Creates an HTML document from the DOM representation. This function is usually
18
18
called after building a new dom document from scratch as in the example below.
...
...
@@ -83,7 +83,6 @@ echo 'Wrote: ' . $doc->saveHTMLFile("/tmp/test.html") . ' bytes'; // Wrote: 129
83
83
</para>
84
84
</refsect1>
85
85
</refentry>
86
-

87
86
<!-- Keep this comment at the end of the file
88
87
Local variables:
89
88
mode: sgml
90
89