EventBufferEvent::sslGetCipherVersion
PHP function
Edit on GitHub ✎
(PECL event >= 1.10.0)
Returns version of cipher used by current SSL connection
Description
EventBufferEvent::sslGetCipherVersion(): string
Retrieves version of cipher used by current SSL connection.
Note
This function is available only if Event is compiled with OpenSSL support.
Parameters Parameters
Return Values
Returns the current cipher version of the SSL connection, or false on error.