SproutCMS

This is the code documentation for the SproutCMS project

function numberFormat()

India uses a number formatting system where the first group is three digits,
and every subsequent group is two digits.

Usage

string $LocaleInfoIND->numberFormat ( int|float $number [, int $places ] );

Arguments

  1. int|float $number
    The number to format
  2. int $places = 0
    The number of decimal places to render

Return value

  • string