RE: [PHP] ceil() function

2002-11-06 Thread John W. Holmes
> I need a function that rounds up fractions (0.10) not an integer like > ceil, or what parameters do I need to give to ceil() to round up > fractions? > I hope you understood me. > Thanxs. > Marcelo How about round()? www.php.net/round ---John Holmes... -- PHP General Mailing List (http://w

[PHP] ceil() function

2002-11-06 Thread Marcelo Garcia
I need a function that rounds up fractions (0.10) not an integer like ceil, or what parameters do I need to give to ceil() to round up fractions? I hope you understood me. Thanxs. MArcelo