Skip to content

Instantly share code, notes, and snippets.

@calina-c
Last active November 29, 2016 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calina-c/67180e4a3ba43a122c3d03d5565318b7 to your computer and use it in GitHub Desktop.
Save calina-c/67180e4a3ba43a122c3d03d5565318b7 to your computer and use it in GitHub Desktop.
return sprintf("%0.3f",$number);
return number_format($number, 3, '.', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment