XML_Tree::&removeChild

XML_Tree::&removeChild – 子要素をツリーから削除する

Synopsis

require_once "XML/Tree.php";

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

Description

子要素 ($path,$pos) をツリーから削除し、名前空間の整合性を保ちます。

Parameter

  • array $path - 削除したい要素の親要素へのパス。

  • integer $pos - 親要素の子の中での位置。

Return value

object XML_Tree_Node - 削除された要素の親要素を返します。

Note

This function can not be called statically.

子ツリーを挿入するう (Previous) XMLファイルをツリーに写像する (Next)
Last updated: Fri, 25 May 2012 — 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.