is there any way to filter array with a combination of key value PHP

kelvinpine

New Member
how can i filter an array using key value combination.let array is\[code\]a=>1a=>2a=>3b=>4c=>5\[/code\]is there any function to search to filter combination of key(a) and value(1)In php any function there. array_map..or array_seacrh
 
Back
Top