ceil() rounds fractions up. $10.25 -> $11.00 Methods ceil() Returns: Money Usage $money = money('102500'); // "$ 10.3" $money->ceil(); // "$ 11" 📌 Back to the contents.