Simon Fredriksson wrote:

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


http://www.php.net/manual/en/function.sprintf.php http://www.php.net/manual/en/function.number-format.php

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

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



Reply via email to