create()
create(mixed $data = '', string $type = '', int $code = 200, array $header = [], array $options = []) : \think\response
static 创建Response对象
Parameters
mixed |
$data = '' |
|
string |
$type = '' |
|
int |
$code = 200 |
|
array |
$header = [] |
|
array |
$options = [] |
|
Returns
\think\response
—