Revision: 8120
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 3, 2008 16:27 by jtkendall
Initial Code
<?=ltrim(chunk_split(str_pad(implode(range(1000, 9999)), 6, ", ", STR_PAD_LEFT), 4), ', ');?>
Initial URL
Initial Description
Initial Title
Shortest 4 digit PIN's (1000 - 9999)
Initial Tags
number
Initial Language
PHP