📜  php 是闭包 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:31.082000             🧑  作者: Mango

代码示例1
Closure {
/* Methods */
private __construct()
public static bind(Closure $closure, object|null $newThis, object|string|null $newScope = "static"): Closure|null
public bindTo(object|null $newThis, object|string|null $newScope = "static"): Closure|null
public call(object $newThis, mixed ...$args): mixed
public static fromCallable(callable $callback): Closure
}