-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
I have an include file with about 6 lines of code, just text parsing.
If I have to loop through 5000 records, is there a big difference
between (a) calling this include file 5000 times, and (b) defining a
function and just calling the function 5000 times?
- [PHP] Is there a big speed difference... Brian Dunning
- Re: [PHP] Is there a big speed difference... Jochem Maas
- Re: [PHP] Is there a big speed difference... Brian Dunning
- Re: [PHP] Is there a big speed difference... Jochem Maas
- Re: [PHP] Is there a big speed difference.... Brian Dunning
- Re: [PHP] Is there a big speed difference... Brent Baisley
- Re: [PHP] Is there a big speed difference... Jochem Maas
- Re: [PHP] Is there a big speed difference... Chris Shiflett
- RE: [PHP] Is there a big speed difference... bruce
- Re: [PHP] Is there a big speed difference... Chris Shiflett
- Re: [PHP] Is there a big speed difference... Brian Dunning