ceil

ceil

(PHP 4, PHP 5, PHP 7)

ceilRound fractions up

Description

float ceil ( float $value )

Returns the next highest integer value by rounding up value if necessary.

Parameters

value

The value to round

Return Values

value rounded up to the next highest integer. The