Re: Thousands Separator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 15-01-16 01:49 PM, Jennifer wrote:
	I hate to ask what seems to be a simple question but, does PHP have a thousands separator for large numbers in constants or variables?  In Perl, you can use the underscore, e.g. $num = '123_456_789', but that doesn't work in PHP.

	I can't find an answer anywhere, so I hope the answer isn't "no".  :\

Thank you,
Jenni

Normally you format numbers when creating output. This tells you how to it:

http://php.net/number_format

If you want to store them in a file or a database with the formatting, you would have to store them as strings.


--
Stephen

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux