ResourceBundle::countresourcebundle_countGet number of elements in the bundle BeschreibungObjektorientierter Stil
public
int
ResourceBundle::count
( void
)
Prozeduraler Stil
int
resourcebundle_count
( ResourceBundle
$r
)Get the number of elements in the bundle. Parameter-Liste
RückgabewerteReturns number of elements in the bundle. BeispieleBeispiel #1 resourcebundle_count example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 42 Siehe auch
|