nformat
/**
- Number format integers only, any other string will be returned as is
* - @param mixed $number The number being formatted.
- @param int $decimals [optional] Sets the number of decimal points.
- @param string $decPoint [optional]
- @param string $thousandsSep [optional]
* - @return string A formatted version of number.
*/