[PHP] Round numbers with PHP
Hi, today again a bit PHP. A small tip about handling with numbers in PHP. Or more explicit, round off numbers. PHP comes already with several functions to handle numbers. Four of them are number_format, ceil, floor and round. My personal favorite is number_format. Why? Because this function does not just round, it is also […]
Letzte Kommentare