Closure::callBinds and calls the closure Beschreibung
public mixed Closure::call
( object
$newthis
[, mixed $...
] )
Temporarily binds the closure to Parameter-Liste
RückgabewerteReturns the return value of the closure. BeispieleBeispiel #1 Closure::call example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(7) int(8) |