Laravoole\Wrapper\Workerman::send PHP Method

send() public method

public send ( $fd, $content )
    public function send($fd, $content)
    {
        return $this->connections[$fd]['connection']->send($content);
    }