XML_Tree::&removeChild

XML_Tree::&removeChild

XML_Tree::&removeChild -- remove child from tree

Description

Removes a child ($path,$pos) from tree and maintains namespace integrity

Parameter

  • array $path - path to parent of child to remove

  • integer $pos - position of child in parents children-list

Return value

object XML_Tree_Node - parent whichs child was removed

Note

This function can not be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.