|
EventBufferEvent::__constructConstructs EventBufferEvent object Description
public
EventBufferEvent::__construct
(
EventBase
$base
[,
mixed
$socket
= NULL
[,
int
$options
= 0
[,
callable
$readcb
= NULL
[,
callable
$writecb
= NULL
[,
callable
$eventcb
= NULL
]]]]] )
Create a buffer event on a socket, stream or a file descriptor. Passing
Parameters
Return ValuesReturns buffer event resource optionally associated with socket resource. */ See Also
|