mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed weird mistake :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d179bddb44
commit
30fa9fe904
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
@ -612,7 +612,7 @@ echo $doc->dumpmem();
|
|||
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>. The
|
||||
<format>parameter</format> specifies whether the output should be neatly
|
||||
<parameter>format</parameter> specifies whether the output should be neatly
|
||||
formatted, or not.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue