EventBufferEvent::sslGetCipherVersion

(PECL event >= 1.10.0)

EventBufferEvent::sslGetCipherVersionReturns version of cipher used by current SSL connection

Açıklama

publicEventBufferEvent::sslGetCipherVersion(): string

Retrieves version of cipher used by current SSL connection.

Bilginize:

This function is available only if Event is compiled with OpenSSL support.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the current cipher version of the SSL connection, or false on error.

To Top