EventBufferEvent::sslFilter
(PECL event >= 1.2.6-beta)
EventBufferEvent::sslFilter — Create a new SSL buffer event to send its data over another buffer event
Description
public
static
EventBufferEvent
EventBufferEvent::sslFilter
(
EventBase
$base
,
EventBufferEvent
$underlying
,
EventSslContext
$ctx
,
int
$state
[,
int
$options
= 0
] )Create a new SSL buffer event to send its data over another buffer event
Note:
This function is available only if Event is compiled with OpenSSL support.
Parameters
-
base -
Associated event base.
-
underlying -
A socket buffer event to use for this SSL.
-
ctx -
Object of EventSslContext class.
-
state -
The current state of SSL connection:
EventBufferEvent::SSL_OPEN,EventBufferEvent::SSL_ACCEPTINGorEventBufferEvent::SSL_CONNECTING. -
options -
One or more buffer event options.
Return Values
Returns a new SSL EventBufferEvent object.
See Also
- EventBufferEvent::sslSocket() - Creates a new SSL buffer event to send its data over an SSL on a socket
There are no user contributed notes for this page.
