I18Nv2::lastLocale | I18Nv2::autoConv |
I18Nv2 | |
PEAR Manual | |
require_once 'I18Nv2.php'; |
mixed I18Nv2::getInfo (
string $part = NULL
)
Get several locale specific information like thousands separator. The provided information debends on the local libc implementation and thus is not always reliable - especially on Microsoft Windows.
Retrieving specific locale information:
|
specific part of locale information
Returns mixed locale specific information or array all available locale specific information if called without parameter.
This function should be called statically.
See also I18Nv2::setLocale(), PHPs localeconv().
I18Nv2::lastLocale | I18Nv2::autoConv |
I18Nv2 | |
PEAR Manual | |