【问题标题】:PHP Array ValuePHP 数组值
【发布时间】:2014-04-13 22:10:31
【问题描述】:

我正在尝试从该数组中提取bounces_block_timeout 的值,但我无法弄清楚。
谢谢!

array(1) 
{ 
    [2014]=> array(19) 
            { 
                ["bounces_block_timeout"]=> int(0)
                ["unique_goals"]=> int(0) 
                ["complaints_unhandled"]=> int(0)
                ["bounces_other_soft"]=> int(0)
                ["unique_clicked"]=> int(0) 
                ["unique_opened"]=> int(2) 
                ["sent"]=> int(3) 
                ["bounces_block_content"]=> int(0) 
                ["forwarded"]=> int(0) 
                ["clicked"]=> int(0) 
                ["bounces_other_hard"]=> int(0) 
                ["bounces_mailbox_full"]=> int(0) 
                ["bounces_user_recycled"]=> int(0) 
                ["opened"]=> int(2) 
                ["bounces_user_unknown"]=> int(0)
                ["unsubscribes"]=> int(0) 
                ["goals"]=> int(0) 
                ["complaints_handled"]=> int(0) 
                ["bounces_block_other"]=> int(0) 
            } 
} 

【问题讨论】:

    标签: php arrays


    【解决方案1】:
    echo $array[2014]['bounces_block_timeout'];
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-05-12
      相关资源
      最近更新 更多