PHP -Suche in Array -Fall unempfindlich

array_search(strtolower($search), array_map('strtolower', $array));
Lazy Lemur