(PECL event >= 1.10.0)
Returns the current cipher name of the SSL connection.
public string EventBufferEvent::sslGetCipherName ( void )
Retrieves name of cipher used by current SSL connection.
Note:
This function is available only if Event is compiled with OpenSSL support.
Returns:
Returns the current cipher name of the SSL connection, or FALSE
on error.
Please login to continue.