Skip to content

Instantly share code, notes, and snippets.

View biacho's full-sized avatar
💭
Working...

Tobiasz Czelakowski biacho

💭
Working...
  • Wrocław/Poland
  • 17:04 (UTC +02:00)
View GitHub Profile
@branneman
branneman / gist:951847
Last active January 27, 2021 18:42
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 <branmovic@gmail.com>
* @since 29-01-2010
*/