Is there any functions to pad the decimals in a number? There's round() to put it down to two decimals, but what if I want to take it up to two?


Example:

5 -> 5.00
20 -> 20.00
4.3 -> 4.30
etc.

//Simon

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



Reply via email to