The floor function rounds a decimal number to the next lower. Here are some examples:
echo ceil (3.2) / / 3 echo ceil (9999) / / 9 echo ceil (-9999); / / -10
The floor function produces the opposite result of the function ceil .
| |
Linux (Course)
Complete guide to open-source system. From 49 €. |
| |
MySQL (Course)
Management of open-source database. From 39 €. |
| |
PHP (Course)
Full course for creating dynamic Web sites. From 49 €. |