Skip to content

Instantly share code, notes, and snippets.

View alexela8882's full-sized avatar
🎯
Focusing

Alexander Flores alexela8882

🎯
Focusing
View GitHub Profile
@alexela8882
alexela8882 / gist:7878d3b6458baed895182f14568790bb
Created June 21, 2019 07:53 — forked from branneman/gist:951847
array_find() - A case insensitive array_search() with partial matches
<?php
/**
* Case in-sensitive array_search() with partial matches
*
* @param string $needle The string to search for.
* @param array $haystack The array to search in.
*
* @author Bran van der Meer <[email protected]>
* @since 29-01-2010
*/