Skip to content

Instantly share code, notes, and snippets.

View raph8888's full-sized avatar

Raphael S. Rodrigues raph8888

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
*/