DomNode->remove_child(no version information, might be only in CVS) DomNode->remove_child -- Removes child from list of children说明domtext DomNode->remove_child ( domtext oldchild )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.
See also domnode_append_child(). | ||