How can I put out a Zero Fill for numbers
The result should be

$something=26;
echo $something;

e.g.
0000026

I didn't found a solution with number format. Is there any other way?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to