久艹网,亚洲一日韩欧美中文字幕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| 欧AV一区二区三区| 熟女影院| 亚洲涩图集中av无码| 亚洲无码一区三区| 亚洲乱码国产乱码精品精天堂| 欧美亚洲日韩一区二区黄色| 亚洲欧美综合一区二区| 久久久久蜜桃精品成人片88a| 武安市| 亚洲一区二区无码毛片| 亚洲AV永久无码精品九九| 国产在线播放| 黑人寄宿人妻中文字幕| 日韩伦理片在线观看| 中文无码不卡| 五月婷综合| 伊人伊人| 国产视频在线观看| 你懂的在线永久免费视频| 巨人黑人极品videos精品| 一区二区三区日韩视频| 免费女人18毛片a级毛片视频| 亚洲色图精品套图| 久久久久亚洲av无码专区导航 | 久久av无嘛| 8kraw| 人妻系列av无码久久免费| 精品久久久久中文字幕加勒比| 狠狠二区| 亚欧美日韩激情视频| 寻乌县| 北条麻妃一区| 亚洲性情二| 国产精品美女......| 夜夜操夜夜| 欧美人与禽猛交狂配| 男女久久av| 日b免费视频| 亚洲精品中文字幕日韩日本|