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