Quote:
Originally Posted by Bowser Koopa
Actually, even with that it's still pretty consistent, like I stated before, Array functions are $needle -> $haystack, and String functions are $haystack -> $needle
|
Why didn't they let us chose like this :
stripos(needle=$input, haystack=$pile);
stripos(haystack=$pile, needle=$input);
Or why not just make something that regular people understand like
Find $this in $that;
Too much like COBOL I guess, tech people feel too "untechy" when using COBOL.
