Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/function.floor.html
Дата изменения: Sun Feb 3 22:44:05 2002
Дата индексирования: Mon Oct 1 20:58:07 2012
Кодировка:
Returns the next lowest integer value by rounding down
value if necessary.
The return value of floor() is still of type
float because the value range of float is
usually bigger than that of int.