| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
i18n_loc_set_default
Popis
bool i18n_loc_set_default ( string name )Sets the default Locale for PHP programs. Please note that this has nothing to do with setlocale() nor with the system locale.
Seznam parametrů
nameThe new Locale name. A comprehensive list of the supported locales is available at https://www-950.ibm.com/software/globalization/icu/demo/locales/en/?d_=en.
PÅ™Ãklady
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 |