call()
call(callable $callable, mixed $params) : mixed
Run some code using the previous provided ini settings.
Parameters
callable |
$callable |
$the code to run |
mixed |
$params |
Any parameters to pass to the callable |
Returns
mixed
— The result of the callable