PHP Runtime Comparisons

nike_guy_man's picture

They have: 840 posts

Joined: Sep 2000

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's picture

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's picture

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

Laughing out loud

Mark Hensler's picture

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's picture

He has: 3,022 posts

Joined: Oct 2002

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.