Skip to content

Instantly share code, notes, and snippets.

View Florian418's full-sized avatar
๐Ÿ˜
l2p

Florian Florian418

๐Ÿ˜
l2p
View GitHub Profile
@sepehr
sepehr / in_arrayi.php
Created August 27, 2013 09:12
PHP: Case-insensitive in_array()
<?php
/**
* Case-insensitive in_array() wrapper.
*
* @param mixed $needle Value to seek.
* @param array $haystack Array to seek in.
*
* @return bool
*/