Quantcast
Channel: The HungryCoder » Scripts
Viewing all articles
Browse latest Browse all 11

Case inSensitive in_array()

$
0
0
You might already know that PHP’s in_array() function matches the string needle case sensitive way. However, today I was needed something that matches in case insensitive way. Before doing it myself, I googled it and I found a ready made solution. It is quite simple. Here it is: Please note that this case-insensitive version is, [...]

Viewing all articles
Browse latest Browse all 11

Trending Articles