www.php.net/sprintf
codice:
$num = 1;
echo sprintf("%04d", $num);
// 0001