|
PHP5中文手册
locale_get_default(No version information available, might be only in CVS) locale_get_default — Get the default Locale 说明
string locale_get_default
( void
)
This function returns the default Locale, which is used by PHP to localize certain features. Please note that this isn't influenced by setlocale() or the system settings. 返回值Returns a string with the current Locale. 范例
Example#1 A locale_get_default() example
<?php 上例将输出:
|