Re: [PHP] what is quicker...

2001-02-15 Thread Mark Charette
readily filled by fancy, so long as the fancy is consistent with faith." -- Sherwin B. Newland, M.D., "The Mysteries Within". - Original Message - From: "Bojan Gajic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 9:11 PM S

[PHP] what is quicker...

2001-02-15 Thread Bojan Gajic
I have to detect wheater some number can be divided with 100. About 4M times per day. So, what is quicker: 1. if($num==fun($num/100)), where fun is round/ceil/floor, or 2. if($num%100), or 3. something else... $num is int, of course TIA bojan -- PHP General Mailing List (http://www.php.net/) T