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