|
Locale::setDefaultlocale_set_defaultSets the default runtime locale DescriptionObject-oriented style
public static bool Locale::setDefault(string
$locale )Procedural style bool locale_set_default(string
$locale )
Sets the default runtime locale to Parameters
Return Values
Returns ExamplesExample #1 locale_set_default example
Example #2 OO example
The above example will output: de-DE See Also
|