mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Corrected method name createTextElement -> createTextNode. Fixes doc #51990
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300172 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
975bee39f1
commit
792dd6e1c9
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ echo $dom->saveXML();
|
|||
<note>
|
||||
<para>
|
||||
The <parameter>value</parameter> will <emphasis>not</emphasis> be escaped.
|
||||
Use <methodname>DOMDocument::createTextElement</methodname> to create a
|
||||
Use <methodname>DOMDocument::createTextNode</methodname> to create a
|
||||
text node with <literal>escaping support</literal>.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue