Skip to content

Instantly share code, notes, and snippets.

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 szekelygobe/24e54ff32b5d31563e04782bc2d15fe8 to your computer and use it in GitHub Desktop.
Save szekelygobe/24e54ff32b5d31563e04782bc2d15fe8 to your computer and use it in GitHub Desktop.
// source : https://stackoverflow.com/questions/1699958/formatting-a-number-with-leading-zeros-in-php
str_pad($string_to_complate, 2, '0', STR_PAD_LEFT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment