Robert Cummings <mailto:[EMAIL PROTECTED]> on Monday, August 11, 2003 11:11 AM said:
> $i = 0;
> while( $i++ < 10000000 ){}
[snip]
> Notice the large difference when the incrementation occurs within the
> while check itself.
Wow, look at that. I had no idea you could even do that. Now my pages
will be *THAT* much faster. ;)
Thanks.
Chris.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

