EvLoop::stop

(PECL ev >= 0.2.0)

EvLoop::stopStops the event loop

説明

public EvLoop::stop ([ int $how ] ) : void

Stops the event loop

パラメータ

how

One of Ev::BREAK_* constants .

返り値

値を返しません。

参考

  • EvLoop::run() - Begin checking for events and calling callbacks for the loop
  • Ev::stop() - デフォルトのイベントループを止める