gpt4 book ai didi

PHP/MYSQL 返回数组如何执行 foreach

转载 作者:行者123 更新时间:2023-11-29 09:06:55 25 4
gpt4 key购买 nike

好吧,看起来这并没有那么难,但是由于某种原因它今天不喜欢我。

所以数组基本上像这样返回

Array ( [0] => Array ( [id] => 2 [title] => this test [content] => this is a test [releasedate] => 2011-07-23 16:19:59 [publish] => 1 ) [1] => Array ( [id] => 1 [title] => 'title2' [content] => 'This is story 2'. [releasedate] => 2011-07-23 15:34:25 [publish] => 1 ) )

但是,当我执行以下操作时,它似乎没有显示

foreach( $res as $story){
print $story->title;
}

最佳答案

这是一个关联数组,print $story['title'] 也是如此

关于PHP/MYSQL 返回数组如何执行 foreach,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6798682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com