PHPDaemon\Core\EventLoop::bufferEventSsl PHP Method

bufferEventSsl() public method

public bufferEventSsl ( $args ) : mixed
$args
return mixed
    public function bufferEventSsl(...$args)
    {
        return \EventBufferEvent::sslSocket($this->base, ...$args);
    }