c9s / xarray

The missing PHP array functions you are looking for, implemented in extension
42 stars 3 forks source link

array_search_recursive #19

Open c9s opened 9 years ago

c9s commented 9 years ago
$indexes = array_search_recursive($array, 10);

// $indexes = [ "group_name", 0 , "first_name" ];