Skip to content

search for a value array in array in php

In my program i have arrays in the following format . I need to find whether a value is present in an the array I am doing the following. I am expecting that the search will find the value(12) which is a business, but It is returning false. Please note that config(‘peopletypes.students’)will retur…