Kraken\Ipc\Zmq\ZmqSocket::__call PHP 메소드

__call() 공개 메소드

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