PCNTL
PHP Manual

定義済み定数

以下のシグナルのリストがプロセス制御関数でサポートされています。 これらのシグナルのデフォルト動作の詳細については、 signal(7) のマニュアルを参照ください。

WNOHANG (integer)
WUNTRACED (integer)
SIG_IGN (integer)
SIG_DFL (integer)
SIG_ERR (integer)
SIGHUP (integer)
SIGINT (integer)
SIGQUIT (integer)
SIGILL (integer)
SIGTRAP (integer)
SIGABRT (integer)
SIGIOT (integer)
SIGBUS (integer)
SIGFPE (integer)
SIGKILL (integer)
SIGUSR1 (integer)
SIGSEGV (integer)
SIGUSR2 (integer)
SIGPIPE (integer)
SIGALRM (integer)
SIGTERM (integer)
SIGSTKFLT (integer)
SIGCLD (integer)
SIGCHLD (integer)
SIGCONT (integer)
SIGSTOP (integer)
SIGTSTP (integer)
SIGTTIN (integer)
SIGTTOU (integer)
SIGURG (integer)
SIGXCPU (integer)
SIGXFSZ (integer)
SIGVTALRM (integer)
SIGPROF (integer)
SIGWINCH (integer)
SIGPOLL (integer)
SIGIO (integer)
SIGPWR (integer)
SIGSYS (integer)
SIGBABY (integer)
SIG_BLOCK (integer)
PHP 5.3.0 以降で使用可能です。
SIG_UNBLOCK (integer)
PHP 5.3.0 以降で使用可能です。
SIG_SETMASK (integer)
PHP 5.3.0 以降で使用可能です。
SI_USER (integer)
PHP 5.3.0 以降で使用可能です。
SI_NOINFO (integer)
PHP 5.3.0 以降で使用可能です。
SI_KERNEL (integer)
PHP 5.3.0 以降で使用可能です。
SI_QUEUE (integer)
PHP 5.3.0 以降で使用可能です。
SI_TIMER (integer)
PHP 5.3.0 以降で使用可能です。
SI_MSGGQ (integer)
PHP 5.3.0 以降で使用可能です。
SI_ASYNCIO (integer)
PHP 5.3.0 以降で使用可能です。
SI_SIGIO (integer)
PHP 5.3.0 以降で使用可能です。
SI_TKILL (integer)
PHP 5.3.0 以降で使用可能です。
CLD_EXITED (integer)
PHP 5.3.0 以降で使用可能です。
CLD_KILLED (integer)
PHP 5.3.0 以降で使用可能です。
CLD_DUMPED (integer)
PHP 5.3.0 以降で使用可能です。
CLD_TRAPPED (integer)
PHP 5.3.0 以降で使用可能です。
CLD_STOPPED (integer)
PHP 5.3.0 以降で使用可能です。
CLD_CONTINUED (integer)
PHP 5.3.0 以降で使用可能です。
TRAP_BRKPT (integer)
PHP 5.3.0 以降で使用可能です。
TRAP_TRACE (integer)
PHP 5.3.0 以降で使用可能です。
POLL_IN (integer)
PHP 5.3.0 以降で使用可能です。
POLL_OUT (integer)
PHP 5.3.0 以降で使用可能です。
POLL_MSG (integer)
PHP 5.3.0 以降で使用可能です。
POLL_ERR (integer)
PHP 5.3.0 以降で使用可能です。
POLL_PRI (integer)
PHP 5.3.0 以降で使用可能です。
POLL_HUP (integer)
PHP 5.3.0 以降で使用可能です。
ILL_ILLOPC (integer)
PHP 5.3.0 以降で使用可能です。
ILL_ILLOPN (integer)
PHP 5.3.0 以降で使用可能です。
ILL_ILLADR (integer)
PHP 5.3.0 以降で使用可能です。
ILL_ILLTRP (integer)
PHP 5.3.0 以降で使用可能です。
ILL_PRVOPC (integer)
PHP 5.3.0 以降で使用可能です。
ILL_PRVREG (integer)
PHP 5.3.0 以降で使用可能です。
ILL_COPROC (integer)
PHP 5.3.0 以降で使用可能です。
ILL_BADSTK (integer)
PHP 5.3.0 以降で使用可能です。
FPE_INTDIV (integer)
PHP 5.3.0 以降で使用可能です。
FPE_INTOVF (integer)
PHP 5.3.0 以降で使用可能です。
FPE_FLTDIV (integer)
PHP 5.3.0 以降で使用可能です。
FPE_FLTOVF (integer)
PHP 5.3.0 以降で使用可能です。
FPE_FLTUND (integer)
PHP 5.3.0 以降で使用可能です。
FPE_FLTRES (integer)
PHP 5.3.0 以降で使用可能です。
FPE_FLTINV (integer)
PHP 5.3.0 以降で使用可能です。
FPE_FLTSUB (integer)
PHP 5.3.0 以降で使用可能です。
SEGV_MAPERR (integer)
PHP 5.3.0 以降で使用可能です。
SEGV_ACCERR (integer)
PHP 5.3.0 以降で使用可能です。
BUS_ADRALN (integer)
PHP 5.3.0 以降で使用可能です。
BUS_ADRERR (integer)
PHP 5.3.0 以降で使用可能です。
BUS_OBJERR (integer)
PHP 5.3.0 以降で使用可能です。

PCNTL
PHP Manual