relationCount()
relationCount(\think\Model $result, \Closure $closure, string $aggregate = 'count', string $field = '*', string $name = '') : int
关联统计
Parameters
\think\Model |
$result |
数据对象
|
\Closure |
$closure |
闭包
|
string |
$aggregate |
聚合查询方法
|
string |
$field |
字段
|
string |
$name |
统计字段别名
|
Returns
int
—