XML_Tree::&removeChild

XML_Tree::&removeChild – efface un enfant d'un arbre

Synopsis

require_once "XML/Tree.php";

object XML_Tree_Node XML_Tree::&removeChild ( array $path , integer $pos )

Description

Efface un enfant ($path ,$pos ) de l'arbre et maintient l'intégrité des espaces de noms.

Parameter

  • array $path - chemin vers le parent de l'enfant à effacer

  • integer $pos - position de l'enfant dans la liste des enfants du parent

Return value

object XML_Tree_Node - parent dont l'enfant sera effacé

Note

This function can not be called statically.

insert un fils/arbre (Previous) lie un fichier XML à un arbre (Next)
Last updated: Sun, 29 Aug 2010 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.