ResourceBundle::countresourcebundle_countGet number of elements in the bundle DescriptionObject-oriented style
public int ResourceBundle::count()
Procedural style int resourcebundle_count(ResourceBundle
$bundle )Get the number of elements in the bundle. Parameters
Return ValuesReturns number of elements in the bundle. ExamplesExample #1 resourcebundle_count example
Example #2 OO example
The above example will output: 42 See Also
|