call()
Client Interface
call(string $method, array $params) : mixed
Unified interface for calling custom remote methods.
string
Remote call name.
array
Call parameters.
mixed