只是json的样本数据
<?php foreach( $recent_download as $key => $recent ) {
get_template( 'templates/app-item', $recent );
}?>
我的PHP代码
{{1}}
我需要按时间排序数据
答案 0 :(得分:0)
之前看起来像是类似的东西:Sort JSON object in PHP by a key value
如果您在将JSON字符串加载到内存时遇到问题,可以使用以下命令:
$jsonArray = json_decode($jsonString,true);