gpt4 book ai didi

php - PHP函数参数的3点

转载 作者:行者123 更新时间:2023-12-03 15:46:09 26 4
gpt4 key购买 nike

我正在查看 Laravel 代码并在 Authenticate.php 中间件中找到了这个:

  public function handle($request, Closure $next, ...$guards)
{
$this->authenticate($guards);

return $next($request);
}

没见过这种东西,3点有什么作用?我用谷歌搜索但什么也没找到

最佳答案

这是一个价差运算符...这里是相关文档:http://php.net/manual/en/functions.arguments.php#functions.variable-arg-list

它本质上是将一个数组转换为一组参数,或者将一组参数转换为一个数组。

关于php - PHP函数参数的3点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42621194/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com