Laravoole\Wrapper\Swoole::send PHP Method

send() public method

public send ( $fd, $content )
    public function send($fd, $content)
    {
        return $this->server->send($fd, $content);
    }