dongyi9783 2014-11-11 14:48
浏览 48
已采纳

获取特定的PHP数组元素

How would I call in php to get just the Pharmacy StoreName for this array? I don't want to have to loop through each key and assign variables, just go to a specific one if possible?

Thanks for your help!

Array
(
    [@attributes] => Array
    (
       [version] => 010
       [release] => 006
    )
    [Header] => Array
    (
       [To] => 6891118750001
       [From] => 9911557
       [MessageID] => c47930abcf1540798f95e8fa1eac591f
       [RelatesToMessageID] => 4c8be0841c9b4ed0e53148db790bcd5a
       [SentTime] => 2014-10-06T15:25:02.2Z
       [Security] => Array
       (
          [Sender] => Array
          (
              [TertiaryIdentification] => 165
          )
         [Receiver] => Array
         (
            [TertiaryIdentification] => 2341
         )
      )
      [RxReferenceNumber] => RxRef# REFREQ 2.1
      [PrescriberOrderNumber] => 87
   )
   [Body] => Array
   (
      [RefillRequest] => Array
      ( 
         [Pharmacy] => Array
         (
            [Identification] => Array
            (
               [NCPDPID] => 9911557
               [NPI] => 1801849179
            )
            [StoreName] => CA Pharmacy 10.6MU
            [Address] => Array
            (
               [AddressLine1] => 65432 Cabernet Turn
               [City] => Sonoma
               [State] => CA
               [ZipCode] => 95476
            )
...blah blah
  • 写回答

1条回答 默认 最新

  • dscizpq790832708 2014-11-11 14:53
    关注

    Simply with:

    $your_array['Body']['RefillRequest']['Pharmacy']['StoreName'];
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题