On Sat, 13 Aug 2005, Sara Golemon wrote:
This is the first one that comes to my mind:
int strpos (string haystack, mixed needle [, int offset])
And this is why they're inconsistent to begin with. When I look at strpos() I
think: strchr(char *, int) So the parameter ordering does make sense there
(to me).
Yes, coming from a C background you would think like that.
But when you think about it with some logic (not women's logic :):
"I'm looking for a character inside a string."
Thus: strpos(needle, haystack) is the correct way (tm) =)
--Jani
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php