System_ProcWatch::daemon

System_ProcWatch::daemon() – デーモンとして実行する

Synopsis

void System_ProcWatch::daemon ( int $interval , string $ps_args = 'aux' )

Description

System_ProcWatch をデーモンモードで実行します。 指定した間隔でスリープします。

Parameter

integer $interval

スリープする秒数。

string $ps_args

ps の引数。

Throws

例外はスローされません。

Note

This function can not be called statically.