| 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 
<?phpExample #2 OO example 
<?phpThe above example will output: 42 See Also
 
 |