EventBufferEvent::sslGetCipherName
PHP function
Edit on GitHub ✎
(PECL event >= 1.10.0)
Returns the current cipher name of the SSL connection
Description
EventBufferEvent::sslGetCipherName(): string
Retrieves name 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 name of the SSL connection, or false on error.