I18Nv2::getInfo()
-- Get several locale specific information
Beschreibung
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.
Parameter
- string$part
specific part of locale information
Rückgabewert
Returns mixed locale specific information or array
all available locale specific information if called without parameter.
Hinweise
Diese Methode sollte statisch
aufgerufen werden..