update : 2015.11.03
php.shukuma.com검색:
|
EvWatcher::keepalive(PECL ev >= 0.2.0) EvWatcher::keepalive — Configures whether to keep the loop from returning 설명
public
bool
EvWatcher::keepalive
([
bool
$value
] )
Configures whether to keep the loop from returning. With keepalive
Watchers have keepalive
Clearing keepalive status is useful when returning from Ev::run() / EvLoop::run() just because of the watcher is undesirable. It could be a long running UDP socket watcher or so. 인수
반환값Returns the previous state. 예제Example #1 Register an I/O watcher for some UDP socket but do not keep the event loop from running just because of that watcher.
<?php |