doumu1212 2015-05-26 09:07
浏览 32
已采纳

php需要从数组中检索键:'dn'值

I am trying to retreive value of a key 'dn' from an array.

Here is my code: https://ideone.com/3gUfWs

Output getting as :

array (
  'cn' => 
  array (
    'count' => 1,
    0 => 'abcd',
  ),
  0 => 'cn',
  'count' => 1,
  'dn' => 'cn=abcd,ou=test,dc=myproj,dc=com',
)

But What I need output as : cn=abcd,ou=test,dc=myproj,dc=com

BTW, here is my same code provided in above link:

<?php

$cat = array(
  "Name"    => "Percy",
  "Colour"  => "Black",
  "Hobbies" => array(
    1 => "Chasing mice",
    2 => "Sleeping",
    3 => "Prowling"
  ),
   "Name"    => "Jackson",
);


$cat2 = array(
    'count' => 1,
    0 => array(
        'cn' => array(
            'count' => 1,
            0 => 'abcd',
        ) ,
        0 => 'cn',
        'count' => 1,
        'dn' => 'cn=abcd,ou=test,dc=myproj,dc=com',
    ) ,
);

$output = "";
// Find the value of a Key
function seekKey($haystack, $needle){
    global $output;
  foreach($haystack as $key => $value){
    if($key == $needle){
      $output = $value;

    }elseif(is_array($value)){
      $output = seekKey($value, $needle);

    }
  }
  return $output;
}

var_export(seekKey($cat2,"dn"));

?>
  • 写回答

5条回答 默认 最新

  • du16178 2015-05-26 09:14
    关注

    Just need to change if($key == $needle){ to if($key === $needle){

    Answer to why? is here.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line