会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Json159
首页
新随笔
联系
管理
09 2020 档案
局域网搭建FTP服务器
摘要:传送门
阅读全文
posted @
2020-09-02 14:08
Json159
阅读(220)
评论(0)
推荐(0)
返回分页数据
摘要:$total = count($showList); $offset = ($page - 1) * $limit; $spliceData = array_slice($showList, $offset, $limit);
阅读全文
posted @
2020-09-02 13:46
Json159
阅读(375)
评论(0)
推荐(0)
二维数组排序
摘要:array_multisort( array_column($showList, 'status'), SORT_ASC, array_column($showList, 'id'), SORT_DESC, $showList);
阅读全文
posted @
2020-09-02 13:43
Json159
阅读(212)
评论(0)
推荐(0)