ResourceBundle::getresourcebundle_getGet data from the bundle DescriptionObject oriented style
public
mixed
ResourceBundle::get
( string|int
$index
)Procedural style
mixed
resourcebundle_get
( ResourceBundle
$r
, string|int $index
)Get the data from the bundle by index or string key. Parameters
Return Values
Returns the data located at the index or ExamplesExample #1 resourcebundle_get example
<?php Example #2 OO example
<?php The above example will output: ?Hola, mundo! See Also
|