Case Insensitive Array search in PHP
I found this here:
http://www.php.net/manual/en/function.array-search.php#101869
A case insensitive PHP array_search:
array_search(
strtolower($element),
array_map('strtolower',$array)
);
Written by David North
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#