我正在使用Laravel 5.3并在其中一个函数中找到了这段代码:
public function handle($request, Closure $next, ...$guards)
{
$this->authenticate($guards);
return $next($request);
}
Run Code Online (Sandbox Code Playgroud)
代码来自\Illuminate\Auth\Middleware\Authenticate::class.
$guards变量之前的那3个点是什么?
| 归档时间: |
|
| 查看次数: |
3869 次 |
| 最近记录: |