ResourceBundle::get

ResourceBundle::get

resourcebundle_get

(PHP >= 5.3.2, PECL intl >= 2.0.0)

ResourceBundle::get -- resourcebundle_getGet data from the bundle

Description

Object oriented style

public mixed ResourceBundle::get ( string|int $index [, bool $fallback = TRUE ] )

Procedural style

mixed resourcebundle_get ( ResourceBundle $r , string|int $index [, bool $fallback = TRUE ] )

Get the data from the bundle by index or string key.