关于php读取数组的简单问题
程序员文章站
2024-02-16 16:58:25
...
Array
(
[state] => 1
[data] => Array
(
[0] => Array
(
[catid] => 105
[name] => 通知
[url] => http://www.xingan111.cn/jzxa/tongzhi/
[hasChildren] => 1
)
[1] => Array
(
[catid] => 106
[name] => 新闻
[url] => http://www.xingan111.cn/jzxa/jzxanews/
[hasChildren] => 1
)
[2] => Array
(
[catid] => 114
[name] => 社区
[url] => http://www.xingan111.cn/jzxa/jzxashequ/
[hasChildren] => 1
)
[3] => Array
(
[catid] => 115
[name] => 公益
[url] => http://www.xingan111.cn/jzxa/jzxagongyi/
[hasChildren] => 1
)
[4] => Array
(
[catid] => 116
[name] => 执法
[url] => http://www.xingan111.cn/jzxa/jzxazhifa/
[hasChildren] => 1
)
[5] => Array
(
[catid] => 117
[name] => 政法
[url] => http://www.xingan111.cn/jzxa/jzxazhengfa/
[hasChildren] => 1
)
[6] => Array
(
[catid] => 118
[name] => 便民
[url] =>http://www.xingan111.cn/jzxa/jzx*min/
[hasChildren] => 1
)
[7] => Array
(
[catid] => 119
[name] => 美图
[url] => http://www.xingan111.cn/jzxa/jzxameitu/
[hasChildren] => 1
)
)
)
如上面的数组,我想将[catid] [name] [url] [hasChildren]对应的值都读出来(php方式),怎么做?
(
[state] => 1
[data] => Array
(
[0] => Array
(
[catid] => 105
[name] => 通知
[url] => http://www.xingan111.cn/jzxa/tongzhi/
[hasChildren] => 1
)
[1] => Array
(
[catid] => 106
[name] => 新闻
[url] => http://www.xingan111.cn/jzxa/jzxanews/
[hasChildren] => 1
)
[2] => Array
(
[catid] => 114
[name] => 社区
[url] => http://www.xingan111.cn/jzxa/jzxashequ/
[hasChildren] => 1
)
[3] => Array
(
[catid] => 115
[name] => 公益
[url] => http://www.xingan111.cn/jzxa/jzxagongyi/
[hasChildren] => 1
)
[4] => Array
(
[catid] => 116
[name] => 执法
[url] => http://www.xingan111.cn/jzxa/jzxazhifa/
[hasChildren] => 1
)
[5] => Array
(
[catid] => 117
[name] => 政法
[url] => http://www.xingan111.cn/jzxa/jzxazhengfa/
[hasChildren] => 1
)
[6] => Array
(
[catid] => 118
[name] => 便民
[url] =>http://www.xingan111.cn/jzxa/jzx*min/
[hasChildren] => 1
)
[7] => Array
(
[catid] => 119
[name] => 美图
[url] => http://www.xingan111.cn/jzxa/jzxameitu/
[hasChildren] => 1
)
)
)
如上面的数组,我想将[catid] [name] [url] [hasChildren]对应的值都读出来(php方式),怎么做?
回复讨论(解决方案)
读到哪里?
既然您认为是 简单问题,那为何不自己解决呢?
我才开始学,但是这个问题应该用两个foreach就能遍历了吧
读到字符串里,我以前搞delphi,刚接触php。
编程不是凑代码!
你先要知道你想要什么样的结果,然后抱你的想法用计算机语言写出来
上一篇: PS制作钢铁侠眼部投影效果照片