update : 2015.11.03
php.shukuma.com검색:
|
ResourceBundle::countresourcebundle_count(PHP >= 5.3.2, PECL intl >= 2.0.0) ResourceBundle::count -- resourcebundle_count — Get number of elements in the bundle 설명객체 기반 형식
public
int
ResourceBundle::count
( void
)
절차식 형식 Get the number of elements in the bundle. 반환값Returns number of elements in the bundle. 예제Example #1 resourcebundle_count() example
<?php Example #2 OO example
<?php 위 예제의 출력: 42 |