doulu4534 2019-02-28 23:54
浏览 77

PHP数组未定义索引通知

When I print an array with

print_r($item)

I get a result

Array(
[First Name] => Sam
[Gender] => 2
[Last Name] => Smith
)

But when I do echo $item['First Name'] I receive PHP notice undefined index. Why does it happen?

  • 写回答

1条回答 默认 最新

  • douzhang1115 2019-03-01 00:15
    关注

    Make sure that you have this structure in the associative array:

    $item = ['First Name' => 'Sam', 'Gender' => 2, 'Last Name' => 'Smith'];
    
    echo $item['First Name'];
    

    echo $item['First Name']; will output: Sam

    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料