ResourceBundle::getresourcebundle_getGet data from the bundle BeschreibungObjektorientierter Stil
public
mixed
ResourceBundle::get
( string|int
$index
[, bool $fallback = TRUE
] )Prozeduraler Stil
mixed
resourcebundle_get
( ResourceBundle
$r
, string|int $index
[, bool $fallback = TRUE
] )Get the data from the bundle by index or string key. Parameter-Liste
Rückgabewerte
Returns the data located at the index or BeispieleBeispiel #1 resourcebundle_get example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: ?Hola, mundo! Siehe auch
|