class LocaleInfoIND
Locale info for India; see LocaleInfo Variables
| Name | Visibility | Description |
$currency_decimal | | |
$currency_name | | |
$currency_symbol | | |
$postcode_name | | |
$state_list | | |
$state_name | | |
$town_name | | |
Functions
| Name | Visibility | Description |
| numberFormat | public | India uses a number formatting system where the first group is three digits, |
string $LocaleInfoIND->numberFormat ( int|float $number [, int $places ] );
India uses a number formatting system where the first group is three digits,
and every subsequent group is two digits.
|