tp6把对象转换为数组

嚯霍嚯

关注

阅读 221

2022-05-19


<?php
namespace app\index\controller;

use app\BaseController;
use think\facade\Db;
use app\model\Aaa;
use think\facade\Cache;
class Index extends BaseController
{
public function hello()
{$user1=Aaa::find(3);

halt($user1->toArray());


}
}

tp6把对象转换为数组_php



精彩评论(0)

0 0 举报