PHP function benchmark

sas

If you are not sure which function have the best performance you can look up this at phpbench.com and find the best performance function call.

In my case i wanted to kwow how fast are the functions isset() and empty(): the result is they are exactly equal fast.


Leave a Reply