InvokerInterface
in
Invoke a callable.
Table of Contents
Methods
- call() : mixed
- Call the given function using the given parameters.
Methods
call()
Call the given function using the given parameters.
public
call(callable|array<string|int, mixed>|string $callable[, array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $callable : callable|array<string|int, mixed>|string
-
Function to call.
- $parameters : array<string|int, mixed> = []
-
Parameters to use.
Tags
Return values
mixed —Result of the function.