Hacker News new | ask | show | jobs
by ams6110 5374 days ago
If the inconsistencies really bother you, write:

function my_in_array($haystack, $needle) { return in_array($needle, $haystack); }

or whatever, and be done with it...

1 comments

So now there are some functions you have to prefix with my_, and others you don't?

You're not really helping your cause here.