定数 (Previous) (Next) System_ProcWatch::System_ProcWatch

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

System_ProcWatch

System_ProcWatch -- System_ProcWatch

System_ProcWatch

プロセスを監視します。

使用例:


<?php
1  require_once 'System/ProcWatch.php';
2  require_once 'System/ProcWatch/Config.php';
3
4  $cf = <A
HREF="package.system.system-procwatch.system-procwatch-config.php"
>System_ProcWatch_Config</A
>::<A
HREF="package.system.system-procwatch.system-procwatch-config.fromxmlfile.php"
>fromXmlFile</A
>('/etc/procwatch.xml');
5  $pw = &new <A
HREF="package.system.system-procwatch.system-procwatch.system-procwatch.php"
>System_ProcWatch</A
>($cf);
6  $pw-><A
HREF="package.system.system-procwatch.system-procwatch.run.php"
>run</A
>();
?>

定数 (Previous) (Next) System_ProcWatch::System_ProcWatch

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.