Array_search did crop up on php.net but it doesn't seem to be able to handle searching for multiple strings. For example I have an array and I want a function that will return whether it has found "a", "b", "h" or "z" within that array. Does this function already exist? Or will I have to run array_search multiple times?
Regards,
Is there a function to search array for multiple strings?
Moderator: General Moderators