phpで文字列フォーマット

printf関数で文字列フォーマットを変換する。

123→0123 $int=123 printf(“%04d”,$int)

phpリファレンス