Skip to content

Instantly share code, notes, and snippets.

@platoosom
Created June 16, 2016 09:53
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 platoosom/0395cd99e7016dd5ba54f0d80e441d44 to your computer and use it in GitHub Desktop.
Save platoosom/0395cd99e7016dd5ba54f0d80e441d44 to your computer and use it in GitHub Desktop.
$number = '1';
$result = '';
$result = str_pad($number, 4, '0', STR_PAD_LEFT);
echo $result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment