From d179bddb44f23ce0d5e17022bac615673b47c448 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 15 Mar 2002 18:51:56 +0000 Subject: [PATCH] - Add doc for 2nd param git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73397 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/domxml.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/functions/domxml.xml b/functions/domxml.xml index 0cddf1eb8a..b7e7469962 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,5 +1,5 @@ - + DOM XML functions DOM XML @@ -602,16 +602,24 @@ echo $doc->dumpmem(); Description - - stringdomxml_dumpmem - resourcedoc - + + stringdomxml_dumpmem + resourcedoc + boolformat + &warn.experimental.func; 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 domxml_add_root. + as in the example of domxml_add_root. The + parameter specifies whether the output should be neatly + formatted, or not. + + + The second parameter was added in PHP 4.3.0. + + See also domxml_add_root