(PHP 7)
Binds and calls the closure
public mixed Closure::call ( object $newthis [, mixed $... ] )
Temporarily binds the closure to newthis, and calls it with any given parameters.
Parameters:
newthis
The object to bind the closure to for the duration of the call.
...
Zero or more parameters, which will be given as parameters to the clo