EG: Feste 6-Bit-Länge, 000001, 000002, 000003,......
Wachstum wiederum.
str_pad($number, 6, '0', STR_PAD_LEFT);
sprintf("%06d", $num);
echo sprintf("%'06d\n", 1);
sprintf("%06d", $num);