久艹网,亚洲一日韩欧美中文字幕2019,国产欧美日韩精品专区黑人,一区二区三区久久99

中山php|最優(yōu)網(wǎng)絡(luò)中山做網(wǎng)站 中山php建站

最優(yōu)良人

2012/12/17 at 20:48

php多維數(shù)組的搜索

1 php搜索多維數(shù)組的鍵值

如下面例子:

$foo[1]['a']['xx'] = 'bar 1';
$foo[1]['b']['xx'] = 'bar 2';
$foo[2]['a']['bb'] = 'bar 3';
$foo[2]['a']['yy'] = 'bar 4';
$foo[3]['c']['dd'] = 'bar 3';
$foo[3]['f']['gg'] = 'bar 3';
$foo['info'][1] = 'bar 5';

如果要查找 bar 3 怎么進(jìn)行查找呢。有三個結(jié)果,而這三個結(jié)果都要,看下面的函數(shù):
-------------------------------------------------------------------------------------------------------------------------------
function array_search_re($needle, $haystack, $a=0, $nodes_temp=array()){
global $nodes_found;
$a++;
foreach ($haystack as $key1=>$value1) {
??? $nodes_temp[$a] = $key1;
??? if (is_array($value1)){???
????? array_search_re($needle, $value1, $a, $nodes_temp);
??? }
??? else if ($value1 === $needle){
????? $nodes_found[] = $nodes_temp;
??? }
}
return $nodes_found;
}
---------------------------------------------------------------------------------------------------------------------------------
這個函數(shù)就可以把上面要查找到的內(nèi)容全部返回出鍵名來
$result = array_search_re('bar 3', $foo);

print_r($result);

輸出結(jié)果為如下:
Array ( [0] => Array ( [1] => 2 [2] => a [3] => bb )
?????? ?? [1] => Array ( [1] => 3 [2] => c [3] => dd )
?????? ?? [2] => Array ( [1] => 3 [2] => f [3] => gg )
???? ?? )

1 php搜索多維數(shù)組的鍵名

function array_search_key($needle, $haystack){
global $nodes_found;

foreach ($haystack as $key1=>$value1) {
?
?if ($key1=== $needle){
?
??$nodes_found[] = $value1;
???????
?? }
??? if (is_array($value1)){???
????? array_search_key($needle, $value1);
??? }
???
???
}

return $nodes_found;
}
$result = array_search_key('a', $foo);

print_r($result);

輸出結(jié)果為如下:
?

Array
(
??? [0] => Array
??????? (
??????????? [xx] => bar 1
??????? )

??? [1] => Array
??????? (
??????????? [bb] => bar 3
??????? )

??? [2] => Array
??????? (
??????????? [yy] => bar 4
??????? )

)

標(biāo)簽:,
-
综合婷婷色| 国产精品亚洲色婷婷久久久| 久久久久久夜夜夜夜夜| 最新亚洲AV无码日韩区爽| 网站一级片| 欧美性777| 亚洲图片 欧美色图 日韩| 中文字幕人妻熟妇| 久久国产精品99久久人人澡| 91精品国产综合久久久蜜臀| 日韩欧美亚州精品| 麻豆changesxxx国产| 夜夜嗨AⅤ国产精品| 免费人成精品欧美精品| 无码WWW免费视频网站| 天天日天天干天天草天天干| 成人免费av直接观看| 中文字字幕在线中文无码| 蜜乳av无码一区二区三区| 九九夜夜免费视频| 小h片| 久久导航| 日本a在线| 九九九九九九伊人| Va91视频播放| 国产在线天堂| 在线 | 一区二区三区| www.插.com| av经典三级版在线观看| 日韩人妻无码潮喷中文视频| 国产一级黄色免费AAAAA| 无码成人av在线一区二区| 久久老司机精品| 一区二区人妻无码| 亚洲无码一级视频| 欧美人做人爱a全程免费| 国产精品自在在线午夜免费| 日本A V中文字幕| 亚洲国产精品久久久久久久久久久| 久久人妻综合| 我要色综合色鬼久久|