Prepend zeros to a given number
To prepend for example 8 zeros to a given number, use PHP's str_pad function:
str_pad($value, 8, '0', STR_PAD_LEFT));
Written by Robin van der Vleuten
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#