update : 2015.11.03
php.shukuma.com검색:
|
event_buffer_watermark_set(PECL libevent >= 0.0.1) event_buffer_watermark_set — Set the watermarks for read and write events 설명
void event_buffer_watermark_set
( resource
$bevent
, int $events
, int $lowmark
, int $highmark
)
Sets the watermarks for read and write events. Libevent does not invoke
read callback unless there is at least 인수
|