(PECL event >= 1.10.0)
Returns version of cipher used by current SSL connection.
public string EventBufferEvent::sslGetCipherVersion ( void )
Retrieves version 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 version of the SSL connection, or FALSE
on error.
Please login to continue.