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
Post a Comment