zaokrouhlovasni

Dobry den chtel jsem se zeptat jestli se da funkce number_format pouzit i pro zaokrouhlovani cisla NAHORU pokud ho pouziji bez parametru tak mi zaokrouhli logicky ale potrebuju aby se zaokrouhlilo vzdy nahoru

Moc Diky
float ceil ( float value)


Returns the next highest integer value by rounding up value if necessary. The return value of ceil() is still of type float as the value range of float is usually bigger than that of integer.

Příklad 1. ceil() example

echo ceil(4.3); // 5
echo ceil(9.999); // 10
ceil() X floor(). PHP disponuje mnoha funkcemi, neni treba neco resit slozite.