php - Change Number string 1000000 to 1.000.000 -



php - Change Number string 1000000 to 1.000.000 -

using php want create numbers more 'readable'...

i want modify example:

10 ... 10 (no change) 100 100 (still no change) 1000 1.000 1.000.000 1.000.000 1000000000 1.000.000.000 etc

number_format()

php string numbers units-of-measurement

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -