php - how to display the distance only 4 digits - Get link Facebook X Pinterest Email Other Apps - May 15, 2010 how can make php display floating point number 4 digits after decimal point? $value = sprintf('%.04f', $value); or $value = number_format($value, 4); Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment