| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
XML_Statistics::countTagsInDepthXML_Statistics::countTagsInDepth() – ある深さのタグをカウントする
Synopsis
require_once 'XML/Statistics.php';
Descriptionタグをネストすることによって深さができます。ルートタグは0の深さです。 ある深さのタグの数をカウントすることでXML文書にあるrecordsetの数をカウントすることができます。 Parameter
Return valueinteger この深さのタグの数 NoteThis function can not be called statically. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「XML_Statistics::countTagsInDepth」をGoogle検索
|