$call
$call :
Represents an active call that sends a stream of messages and then gets a single response.
__construct(\Grpc\Channel $channel, string $method, callback $deserialize, $timeout = false)
Create a new Call wrapper object.
\Grpc\Channel | $channel | The channel to communicate on |
string | $method | The method to call on the remote server |
callback | $deserialize | A callback function to deserialize the response |
$timeout |