previousConfig_Container::getAttributes (Previous) (Next) Config_Container::getContentnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::getChild

Config_Container::getChild() – 指定したインデックスの子要素を返す

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getChild ( int $index )

Description

子要素は配列として格納されます。このメソッドは、指定したインデックスの Config_Container オブジェクトを返します。

Parameter

integer $index

子要素のインデックス。

Return value

子要素への参照、あるいは子要素が存在しない場合には FALSE を返します。

Note

This function can not be called statically.

previousConfig_Container::getAttributes (Previous) (Next) Config_Container::getContentnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.