ResourceBundle::count
resourcebundle_count
(PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0.0)
ResourceBundle::count -- resourcebundle_count — バンドル内の要素数を取得する
説明
オブジェクト指向型
手続き型
バンドル内の要素数を取得します。
戻り値
バンドル内の要素数を返します。
例
例1 resourcebundle_count() の例
<?php
$r = resourcebundle_create( 'es', "/usr/share/data/myapp");
echo resourcebundle_count($r);
?>
例2 オブジェクト指向の例
<?php
$r = new ResourceBundle( 'es', "/usr/share/data/myapp");
echo $r->count();
?>
上の例の出力は以下となります。
42
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google