ResourceBundle::createresourcebundle_createResourceBundle::__constructCreate a resource bundle DescriptionObject-oriented style (method)
public static ResourceBundlenull ResourceBundle::create(stringnull
$locale, stringnull $bundle, bool $fallback = true)Procedural style ResourceBundlenull resourcebundle_create(stringnull
$locale, stringnull $bundle, bool $fallback = true)Object-oriented style (constructor): public ResourceBundle::__construct(stringnull
$locale, stringnull $bundle, bool $fallback = true)Creates a resource bundle. Parameters
Return Values
Returns ResourceBundle object or ExamplesExample #1 resourcebundle_create example Example #2 ResourceBundle::create example The above example will output: ¡Hola, mundo! See Also
|