Laravoole\Wrapper\Workerman::close PHP Method

close() public method

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