update : 2015.11.03
php.shukuma.com

검색:
 
 
Restarts the timer watcher

EvTimer::again

(PECL ev >= 0.2.0)

EvTimer::againRestarts the timer watcher

설명

public void EvTimer::again ( void )

This will act as if the timer timed out and restart it again if it is repeating. The exact semantics are:

  1. if the timer is pending, its pending status is cleared.

  2. if the timer is started but non-repeating, stop it (as if it timed out).

  3. if the timer is repeating, either start it if necessary (with the repeat value), or reset the running timer to the repeat value.

인수

이 함수는 인수가 없습니다.

반환값

값을 반환하지 않습니다.

참고