I18Nv2::getInfo()

I18Nv2::getInfo()  -- Get several locale specific information

Synopsis

require_once 'I18Nv2.php';

mixed I18Nv2::getInfo ([string $part = NULL])

Description

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.

Paramètres

chaîne de caractères$part

specific part of locale information

Valeur retournée

Returns mixed locale specific information or array all available locale specific information if called without parameter.

Note

Cette fonction devrait être appelée de façon statique.

Voir aussi

See also I18Nv2::setLocale(), PHPs localeconv().