PHP Runtime Comparisons
I'm looking for a good comparison of different PHP functions...
mysql_fetch_assoc VS mysql_fetch_array
echo vs print
etc etc
I'm looking for a good comparison of different PHP functions...
mysql_fetch_assoc VS mysql_fetch_array
echo vs print
etc etc
Mark Hensler posted this at 18:44 — 29th November 2002.
He has: 4,048 posts
Joined: Aug 2000
Are you looking for a single source with articles comparing the pairs?
Or just somewhere to do research on the differences yourself? (ie - php.net)
Mark Hensler
If there is no answer on Google, then there is no question.
nike_guy_man posted this at 18:47 — 29th November 2002.
They have: 840 posts
Joined: Sep 2000
I just want to know which functions are faster than another
I want to know whether I should use function1 instead of function2 because f1 used 25% less resources than f2
Mark Hensler posted this at 19:01 — 29th November 2002.
He has: 4,048 posts
Joined: Aug 2000
You could try searching http://www.faqts.com/
I've seen a few people link to it from here.
Renegade posted this at 22:24 — 29th November 2002.
He has: 3,022 posts
Joined: Oct 2002
i asked one of those questions here
http://www.webmaster-forums.net/showthread.php?s=&threadid=19821
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.