Is there a function to search array for multiple strings?
Posted: Thu Feb 01, 2007 9:36 am
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,
Regards,