trader_floor
PHP Manual
PHP Manual»Trader Функції»trader_floor

trader_floor

(PECL trader >= 0.2.0)

trader_floorVector Floor

Опис

function trader_floor(array $real): array

Calculates the next lowest integer for each value in real and returns the resulting array.

Параметри

real

Масив дійсних значень.

Значення, що повертаються

Returns an array with calculated data or false on failure.

To Top