Feb 8, 2007 #1 amirkhansemail Programmer Joined Jan 22, 2007 Messages 11 Location CA Do we have a function truncate in PHP to truncate numbers/decimal points, or do we have a similar function php which that truncates numbers?
Do we have a function truncate in PHP to truncate numbers/decimal points, or do we have a similar function php which that truncates numbers?
Feb 8, 2007 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR truncates or rounds? for the former consider printf() for the latter: round() Upvote 0 Downvote