时间:2021-07-01 10:21:17 帮助过:4人阅读
DB::table()->get()方式如何得到数组而不是对象?
试看看?
$result = DB::table()->get(); $result = $result->toArray();
或者
DB::table()->get()->toArray();
< 上一篇
php-extension-php扩展开发的问题。
下一篇 >
PHP适合做app即时通讯的服务端么?
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册