|
DomNode::remove_child(PHP 4 >= 4.2.0) DomNode::remove_child — Removes child from list of children ОписаниеThis functions removes a child from a list of children. If child cannot be removed or is not a child the function will return FALSE. If the child could be removed the functions returns the old child.
Пример #1 Removing a child
<?php See also domnode_append_child(). |
|