|
PHP5中文手册
locale_set_default(No version information available, might be only in CVS) locale_set_default — Set the default Locale 说明
bool locale_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. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 A locale_set_default() example This example demonstrates a possible usage of locale_set_default() to localize the sort() functions.
<?php 上例将输出:
If we didn't use the locale, PHP would sort the string using the ASCII characters value, thus returning (wrongly):
|