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.
Example 1. A i18n_loc_set_default() example This example demonstrates a possible usage of i18n_loc_set_default() to localize the sort() functions.
The above example will output:
If we didn't use the locale, PHP would sort the string using the ASCII characters value, thus returning (wrongly):
|