Answers for "put zeros in front of a number to make it 4 digits php"

PHP
0

format a number with leading zeros in php

sprintf('%06d', '12')
Posted by: Guest on March-03-2021

Code answers related to "put zeros in front of a number to make it 4 digits php"

Browse Popular Code Answers by Language