mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- fixed misspelled function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78367 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1e4460fb87
commit
16da188fe2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
@ -23,7 +23,7 @@
|
|||
cannot be
|
||||
applied to it. Therefore, if you want to read an XML file and write
|
||||
a modified version use the <function>DomDocument_create_element</function>,
|
||||
<function>DomDocument_create_text</function>,
|
||||
<function>DomDocument_create_text_node</function>,
|
||||
<function>set_attribute</function>, etc. and finally
|
||||
<function>DomDocument_dump_mem</function> functions.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue