mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
reverting, the function is domxml_node_unlink_node
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67047 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a103786a6
commit
87cc21f917
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
@ -904,9 +904,9 @@ $children = $head->children();
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.domxml-unlink-node'>
|
||||
<refentry id='function.domxml-node-unlink-node'>
|
||||
<refnamediv>
|
||||
<refname>domxml_unlink_node</refname>
|
||||
<refname>domxml_node_unlink_node</refname>
|
||||
<refpurpose>
|
||||
Deletes node
|
||||
</refpurpose>
|
||||
|
@ -915,7 +915,7 @@ $children = $head->children();
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>object <function>domxml_unlink_node</function></funcdef>
|
||||
<funcdef>object <function>domxml_node_unlink_node</function></funcdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue