derick Fri Mar 15 13:51:56 2002 EDT
Modified files:
/phpdoc/en/functions domxml.xml
Log:
- Add doc for 2nd param
Index: phpdoc/en/functions/domxml.xml
diff -u phpdoc/en/functions/domxml.xml:1.35 phpdoc/en/functions/domxml.xml:1.36
--- phpdoc/en/functions/domxml.xml:1.35 Thu Feb 14 13:22:41 2002
+++ phpdoc/en/functions/domxml.xml Fri Mar 15 13:51:56 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<reference id="ref.domxml">
<title>DOM XML functions</title>
<titleabbrev>DOM XML</titleabbrev>
@@ -602,16 +602,24 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>string</type><methodname>domxml_dumpmem</methodname>
- <methodparam><type>resource</type><parameter>doc</parameter></methodparam>
- </methodsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>domxml_dumpmem</methodname>
+ <methodparam><type>resource</type><parameter>doc</parameter></methodparam>
+ <methodparam
+choice="opt"><type>bool</type><parameter>format</parameter></methodparam>
+ </methodsynopsis>
&warn.experimental.func;
<para>
Creates an XML document from the dom representation. This function
usually is called after a building a new dom document from scratch
- as in the example of <function>domxml_add_root</function>.
+ as in the example of <function>domxml_add_root</function>. The
+ <format>parameter</format> specifies whether the output should be neatly
+ formatted, or not.
</para>
+ <note>
+ <para>
+ The second parameter was added in PHP 4.3.0.
+ </para>
+ </note>
<para>
See also <function>domxml_add_root</function>
</para>