Sets the default Locale for PHP programs. Please note that this has nothing to do with setlocale() nor with the system locale.
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.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Пример 1. A i18n_loc_set_default() example This example demonstrates a possible usage of i18n_loc_set_default() to localize the sort() functions.
Результат выполнения данного примера:
If we didn't use the locale, PHP would sort the string using the ASCII characters value, thus returning (wrongly):
|
Пред. | Начало | След. |
i18n_loc_get_default | Уровень выше | unicode_encode |