update : 2015.11.03
php.shukuma.com검색:
|
EventBufferEvent::__construct(PECL event >= 1.2.6-beta) EventBufferEvent::__construct — Constructs EventBufferEvent object 설명
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
인수
반환값Returns buffer event resource optionally associated with socket resource. */ 참고
|