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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -