Posted by trlists on 04/16/05 18:43
On 16 Apr 2005 Chris Knipe wrote: > I'm not sure if round() is what I am after. I want to round whole numbers > to the closest 10 - thus, not decimals, etc. Just use a precision of -1. For example round(125, -1) will return 130. -- Tom
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming