Skip to content

Instantly share code, notes, and snippets.

View bls1999's full-sized avatar

Ben bls1999

View GitHub Profile
@bls1999
bls1999 / in_arrayi.php
Created December 11, 2017 05:55 — forked from sepehr/in_arrayi.php
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
*/