Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16180 программистов и 1779 роботов. Сейчас ищут 1802 программиста ...
EventBufferEvent::sslGetCipherName - Returns the current cipher name of the SSL connection.
Вернуться к: EventBufferEvent
EventBufferEvent::sslGetCipherName
(PECL event >= 1.10.0)
EventBufferEvent::sslGetCipherName — Returns the current cipher name of the SSL connection.
Описание
public
string
EventBufferEvent::sslGetCipherName
( void
)
Retrieves name of cipher used by current SSL connection.
Замечание:
This function is available only if Event is compiled with OpenSSL support.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the current cipher name of the SSL connection, or FALSE
on error.
Вернуться к: EventBufferEvent