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 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化
  • ¥15 Mirare PLUS 进行密钥认证?(详解)
  • ¥15 物体双站RCS和其组成阵列后的双站RCS关系验证
  • ¥20 想用ollama做一个自己的AI数据库
  • ¥15 关于qualoth编辑及缝合服装领子的问题解决方案探寻
  • ¥15 请问怎么才能复现这样的图呀