Kraken\Ipc\Zmq\ZmqSocket::__call PHP Method

__call() public method

public __call ( string $method, mixed[] $args ) : mixed
$method string
$args mixed[]
return mixed
    public function __call($method, $args)
    {
        return call_user_func_array([$this->socket, $method], $args);
    }