mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ad7cfd2a68
commit
eff9632720
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.dom-domdocument-savexml">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument->saveXML</refname>
|
||||
<refpurpose>
|
||||
Dumps the internal XML tree back into a string
|
||||
Dumps the internal XML tree back into a string
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
|
@ -48,7 +48,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Saving a DOM tree into a file</title>
|
||||
<title>Saving a DOM tree into a string</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -84,7 +84,7 @@ Retrieving all the document:
|
|||
<title>This is the title</title>
|
||||
</book>
|
||||
|
||||
Retrieving only the head part:
|
||||
Retrieving only the title part:
|
||||
<title>This is the title</title>
|
||||
]]>
|
||||
</screen>
|
||||
|
|
Loading…
Reference in a new issue