How to search through subarrays efficiently in PHP?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-03-10T10:29:32Z
Indexed on
2010/03/14
20:15 UTC
Read the original article
Hit count: 139
$arr = array($arr1,$arr2,..);
How to search through $arr
to find the one with key1 => 'something'
,key2 => 'something else'
© Stack Overflow or respective owner