Manuál PHP | ||
---|---|---|
Předcházející | Další |
Sets the default Locale for PHP programs. Please note that this has nothing to do with setlocale() nor with the system locale.
name
The new Locale name. A comprehensive list of the supported locales is available at http://www-950.ibm.com/software/globalization/icu/demo/locales/en/?d_=en.
Příklad 1. A i18n_loc_set_default() example This example demonstrates a possible usage of i18n_loc_set_default() to localize the sort() functions.
Výše uvedený příklad vypíše:
If we didn't use the locale, PHP would sort the string using the ASCII characters value, thus returning (wrongly):
|
Předcházející | Domů | Další |
i18n_loc_get_default | Nahoru | unicode_encode |