ceil number code example
Example: ceil
ceil ( float $value ) : float
Returns the next highest integer value by rounding up value if necessary.
ceil ( float $value ) : float
Returns the next highest integer value by rounding up value if necessary.