| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Config_Container::countChildrenConfig_Container::countChildren() – コンテナの子供をカウントする
Synopsis
require_once 'Config/Container.php';
Descriptionこのメソッドは、このコンテナが持っている子供の数を返します。 If either $name or $type , it will affine its search just to return the number of children corresponding to these parameters. Parameter
Return valueint - 見つかった子供の個数です。 Throws
NoteThis function can not be called statically. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Config_Container::countChildren」をGoogle検索
|