php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Namespaces | |
namespace | Pcntl |
Enumerations | |
enum | Pcntl::QosClass { Pcntl::Background } |
Functions | |
pcntl_fork () | |
pcntl_waitpid (int $process_id, &$status, int $flags=0, &$resource_usage=[]) | |
pcntl_waitid (int $idtype=P_ALL, ?int $id=null, &$info=[], int $flags=WEXITED) | |
pcntl_wait (&$status, int $flags=0, &$resource_usage=[]) | |
pcntl_signal (int $signal, $handler, bool $restart_syscalls=true) | |
pcntl_signal_get_handler (int $signal) | |
pcntl_signal_dispatch () | |
pcntl_sigprocmask (int $mode, array $signals, &$old_signals=null) | |
pcntl_sigwaitinfo (array $signals, &$info=[]) | |
pcntl_sigtimedwait (array $signals, &$info=[], int $seconds=0, int $nanoseconds=0) | |
pcntl_wifexited (int $status) | |
pcntl_wifstopped (int $status) | |
pcntl_wifcontinued (int $status) | |
pcntl_wifsignaled (int $status) | |
pcntl_wexitstatus (int $status) | |
pcntl_wtermsig (int $status) | |
pcntl_wstopsig (int $status) | |
pcntl_exec (string $path, array $args=[], array $env_vars=[]) | |
pcntl_alarm (int $seconds) | |
pcntl_get_last_error () | |
pcntl_errno () | |
pcntl_getpriority (?int $process_id=null, int $mode=PRIO_PROCESS) | |
pcntl_setpriority (int $priority, ?int $process_id=null, int $mode=PRIO_PROCESS) | |
pcntl_strerror (int $error_code) | |
pcntl_async_signals (?bool $enable=null) | |
pcntl_unshare (int $flags) | |
pcntl_rfork (int $flags, int $signal=0) | |
pcntl_forkx (int $flags) | |
pcntl_setns (?int $process_id=null, int $nstype=CLONE_NEWNET) | |
pcntl_getcpuaffinity (?int $process_id=null) | |
pcntl_setcpuaffinity (?int $process_id=null, array $cpu_ids=[]) | |
pcntl_getcpu () | |
pcntl_getqos_class () | |
pcntl_setqos_class (Pcntl\QosClass $qos_class=Pcntl\QosClass::Default) | |
Variables | |
const | WNOHANG = UNKNOWN |
const | WUNTRACED = UNKNOWN |
const | WCONTINUED = UNKNOWN |
const | WEXITED = UNKNOWN |
const | WSTOPPED = UNKNOWN |
const | WNOWAIT = UNKNOWN |
const | P_ALL = UNKNOWN |
const | P_PID = UNKNOWN |
const | P_PGID = UNKNOWN |
const | P_PIDFD = UNKNOWN |
const | P_UID = UNKNOWN |
const | P_GID = UNKNOWN |
const | P_SID = UNKNOWN |
const | P_JAILID = UNKNOWN |
const | SIG_IGN = UNKNOWN |
const | SIG_DFL = UNKNOWN |
const | SIG_ERR = UNKNOWN |
const | SIGHUP = UNKNOWN |
const | SIGINT = UNKNOWN |
const | SIGQUIT = UNKNOWN |
const | SIGILL = UNKNOWN |
const | SIGTRAP = UNKNOWN |
const | SIGABRT = UNKNOWN |
const | SIGIOT = UNKNOWN |
const | SIGBUS = UNKNOWN |
const | SIGFPE = UNKNOWN |
const | SIGKILL = UNKNOWN |
const | SIGUSR1 = UNKNOWN |
const | SIGSEGV = UNKNOWN |
const | SIGUSR2 = UNKNOWN |
const | SIGPIPE = UNKNOWN |
const | SIGALRM = UNKNOWN |
const | SIGTERM = UNKNOWN |
const | SIGSTKFLT = UNKNOWN |
const | SIGCLD = UNKNOWN |
const | SIGCHLD = UNKNOWN |
const | SIGCONT = UNKNOWN |
const | SIGSTOP = UNKNOWN |
const | SIGTSTP = UNKNOWN |
const | SIGTTIN = UNKNOWN |
const | SIGTTOU = UNKNOWN |
const | SIGURG = UNKNOWN |
const | SIGXCPU = UNKNOWN |
const | SIGXFSZ = UNKNOWN |
const | SIGVTALRM = UNKNOWN |
const | SIGPROF = UNKNOWN |
const | SIGWINCH = UNKNOWN |
const | SIGPOLL = UNKNOWN |
const | SIGIO = UNKNOWN |
const | SIGPWR = UNKNOWN |
const | SIGINFO = UNKNOWN |
const | SIGSYS = UNKNOWN |
const | SIGBABY = UNKNOWN |
const | SIGCKPT = UNKNOWN |
const | SIGCKPTEXIT = UNKNOWN |
const | SIGRTMIN = UNKNOWN |
const | SIGRTMAX = UNKNOWN |
const | PRIO_PGRP = UNKNOWN |
const | PRIO_USER = UNKNOWN |
const | PRIO_PROCESS = UNKNOWN |
const | PRIO_DARWIN_BG = UNKNOWN |
const | PRIO_DARWIN_THREAD = UNKNOWN |
const | SIG_BLOCK = UNKNOWN |
const | SIG_UNBLOCK = UNKNOWN |
const | SIG_SETMASK = UNKNOWN |
const | SI_USER = UNKNOWN |
const | SI_NOINFO = UNKNOWN |
const | SI_KERNEL = UNKNOWN |
const | SI_QUEUE = UNKNOWN |
const | SI_TIMER = UNKNOWN |
const | SI_MESGQ = UNKNOWN |
const | SI_ASYNCIO = UNKNOWN |
const | SI_SIGIO = UNKNOWN |
const | SI_TKILL = UNKNOWN |
const | CLD_EXITED = UNKNOWN |
const | CLD_KILLED = UNKNOWN |
const | CLD_DUMPED = UNKNOWN |
const | CLD_TRAPPED = UNKNOWN |
const | CLD_STOPPED = UNKNOWN |
const | CLD_CONTINUED = UNKNOWN |
const | TRAP_BRKPT = UNKNOWN |
const | TRAP_TRACE = UNKNOWN |
const | POLL_IN = UNKNOWN |
const | POLL_OUT = UNKNOWN |
const | POLL_MSG = UNKNOWN |
const | POLL_ERR = UNKNOWN |
const | POLL_PRI = UNKNOWN |
const | POLL_HUP = UNKNOWN |
const | ILL_ILLOPC = UNKNOWN |
const | ILL_ILLOPN = UNKNOWN |
const | ILL_ILLADR = UNKNOWN |
const | ILL_ILLTRP = UNKNOWN |
const | ILL_PRVOPC = UNKNOWN |
const | ILL_PRVREG = UNKNOWN |
const | ILL_COPROC = UNKNOWN |
const | ILL_BADSTK = UNKNOWN |
const | FPE_INTDIV = UNKNOWN |
const | FPE_INTOVF = UNKNOWN |
const | FPE_FLTDIV = UNKNOWN |
const | FPE_FLTOVF = UNKNOWN |
const | FPE_FLTUND = UNKNOWN |
const | FPE_FLTRES = UNKNOWN |
const | FPE_FLTINV = UNKNOWN |
const | FPE_FLTSUB = UNKNOWN |
const | SEGV_MAPERR = UNKNOWN |
const | SEGV_ACCERR = UNKNOWN |
const | BUS_ADRALN = UNKNOWN |
const | BUS_ADRERR = UNKNOWN |
const | BUS_OBJERR = UNKNOWN |
const | CLONE_NEWNS = UNKNOWN |
const | CLONE_NEWIPC = UNKNOWN |
const | CLONE_NEWUTS = UNKNOWN |
const | CLONE_NEWNET = UNKNOWN |
const | CLONE_NEWPID = UNKNOWN |
const | CLONE_NEWUSER = UNKNOWN |
const | CLONE_NEWCGROUP = UNKNOWN |
const | RFPROC = UNKNOWN |
const | RFNOWAIT = UNKNOWN |
const | RFCFDG = UNKNOWN |
const | RFFDG = UNKNOWN |
const | RFLINUXTHPN = UNKNOWN |
const | RFTSIGZMB = UNKNOWN |
const | RFTHREAD = UNKNOWN |
const | FORK_NOSIGCHLD = UNKNOWN |
const | FORK_WAITPID = UNKNOWN |
const | PCNTL_EINTR = UNKNOWN |
const | PCNTL_ECHILD = UNKNOWN |
const | PCNTL_EINVAL = UNKNOWN |
const | PCNTL_EAGAIN = UNKNOWN |
const | PCNTL_ESRCH = UNKNOWN |
const | PCNTL_EACCES = UNKNOWN |
const | PCNTL_EPERM = UNKNOWN |
const | PCNTL_ENOMEM = UNKNOWN |
const | PCNTL_E2BIG = UNKNOWN |
const | PCNTL_EFAULT = UNKNOWN |
const | PCNTL_EIO = UNKNOWN |
const | PCNTL_EISDIR = UNKNOWN |
const | PCNTL_ELIBBAD = UNKNOWN |
const | PCNTL_ELOOP = UNKNOWN |
const | PCNTL_EMFILE = UNKNOWN |
const | PCNTL_ENAMETOOLONG = UNKNOWN |
const | PCNTL_ENFILE = UNKNOWN |
const | PCNTL_ENOENT = UNKNOWN |
const | PCNTL_ENOEXEC = UNKNOWN |
const | PCNTL_ENOTDIR = UNKNOWN |
const | PCNTL_ETXTBSY = UNKNOWN |
const | PCNTL_ENOSPC = UNKNOWN |
const | PCNTL_EUSERS = UNKNOWN |
const | PCNTL_ECAPMODE = UNKNOWN |
pcntl_alarm | ( | int | $seconds | ) |
Definition at line 1059 of file pcntl.stub.php.
pcntl_async_signals | ( | ?bool | $enable = null | ) |
Definition at line 1076 of file pcntl.stub.php.
pcntl_errno | ( | ) |
@alias pcntl_get_last_error
Definition at line 1064 of file pcntl.stub.php.
pcntl_exec | ( | string | $path, |
array | $args = [], | ||
array | $env_vars = [] ) |
Definition at line 1057 of file pcntl.stub.php.
pcntl_fork | ( | ) |
Definition at line 999 of file pcntl.stub.php.
pcntl_forkx | ( | int | $flags | ) |
Definition at line 1087 of file pcntl.stub.php.
pcntl_get_last_error | ( | ) |
Definition at line 1061 of file pcntl.stub.php.
pcntl_getcpu | ( | ) |
Definition at line 1100 of file pcntl.stub.php.
pcntl_getcpuaffinity | ( | ?int | $process_id = null | ) |
Definition at line 1095 of file pcntl.stub.php.
pcntl_getpriority | ( | ?int | $process_id = null, |
int | $mode = PRIO_PROCESS ) |
Definition at line 1067 of file pcntl.stub.php.
pcntl_getqos_class | ( | ) |
Definition at line 1103 of file pcntl.stub.php.
pcntl_rfork | ( | int | $flags, |
int | $signal = 0 ) |
Definition at line 1083 of file pcntl.stub.php.
pcntl_setcpuaffinity | ( | ?int | $process_id = null, |
array | $cpu_ids = [] ) |
Definition at line 1096 of file pcntl.stub.php.
pcntl_setns | ( | ?int | $process_id = null, |
int | $nstype = CLONE_NEWNET ) |
Definition at line 1091 of file pcntl.stub.php.
pcntl_setpriority | ( | int | $priority, |
?int | $process_id = null, | ||
int | $mode = PRIO_PROCESS ) |
Definition at line 1071 of file pcntl.stub.php.
pcntl_setqos_class | ( | Pcntl\QosClass | $qos_class = Pcntl\QosClass::Default | ) |
Definition at line 1104 of file pcntl.stub.php.
pcntl_signal | ( | int | $signal, |
$handler, | |||
bool | $restart_syscalls = true ) |
callable | int | $handler |
Definition at line 1019 of file pcntl.stub.php.
pcntl_signal_dispatch | ( | void | ) |
Definition at line 1024 of file pcntl.stub.php.
pcntl_signal_get_handler | ( | int | $signal | ) |
Definition at line 1022 of file pcntl.stub.php.
pcntl_sigprocmask | ( | int | $mode, |
array | $signals, | ||
& | $old_signals = null ) |
array | $old_signals |
Definition at line 1028 of file pcntl.stub.php.
pcntl_sigtimedwait | ( | array | $signals, |
& | $info = [], | ||
int | $seconds = 0, | ||
int | $nanoseconds = 0 ) |
array | $info |
Definition at line 1037 of file pcntl.stub.php.
pcntl_sigwaitinfo | ( | array | $signals, |
& | $info = [] ) |
array | $info |
Definition at line 1034 of file pcntl.stub.php.
pcntl_strerror | ( | int | $error_code | ) |
Definition at line 1074 of file pcntl.stub.php.
pcntl_unshare | ( | int | $flags | ) |
Definition at line 1079 of file pcntl.stub.php.
pcntl_wait | ( | & | $status, |
int | $flags = 0, | ||
& | $resource_usage = [] ) |
int | $status | |
array | $resource_usage |
Definition at line 1016 of file pcntl.stub.php.
array | $info |
Definition at line 1009 of file pcntl.stub.php.
pcntl_waitpid | ( | int | $process_id, |
& | $status, | ||
int | $flags = 0, | ||
& | $resource_usage = [] ) |
int | $status | |
array | $resource_usage |
Definition at line 1005 of file pcntl.stub.php.
pcntl_wexitstatus | ( | int | $status | ) |
Definition at line 1051 of file pcntl.stub.php.
pcntl_wifcontinued | ( | int | $status | ) |
Definition at line 1046 of file pcntl.stub.php.
pcntl_wifexited | ( | int | $status | ) |
Definition at line 1041 of file pcntl.stub.php.
pcntl_wifsignaled | ( | int | $status | ) |
Definition at line 1049 of file pcntl.stub.php.
pcntl_wifstopped | ( | int | $status | ) |
Definition at line 1043 of file pcntl.stub.php.
pcntl_wstopsig | ( | int | $status | ) |
Definition at line 1055 of file pcntl.stub.php.
pcntl_wtermsig | ( | int | $status | ) |
Definition at line 1053 of file pcntl.stub.php.
const BUS_ADRALN = UNKNOWN |
Definition at line 695 of file pcntl.stub.php.
const BUS_ADRERR = UNKNOWN |
Definition at line 702 of file pcntl.stub.php.
const BUS_OBJERR = UNKNOWN |
Definition at line 709 of file pcntl.stub.php.
const CLD_CONTINUED = UNKNOWN |
Definition at line 499 of file pcntl.stub.php.
const CLD_DUMPED = UNKNOWN |
Definition at line 478 of file pcntl.stub.php.
const CLD_EXITED = UNKNOWN |
Definition at line 464 of file pcntl.stub.php.
const CLD_KILLED = UNKNOWN |
Definition at line 471 of file pcntl.stub.php.
const CLD_STOPPED = UNKNOWN |
Definition at line 492 of file pcntl.stub.php.
const CLD_TRAPPED = UNKNOWN |
Definition at line 485 of file pcntl.stub.php.
const CLONE_NEWCGROUP = UNKNOWN |
Definition at line 761 of file pcntl.stub.php.
const CLONE_NEWIPC = UNKNOWN |
Definition at line 726 of file pcntl.stub.php.
const CLONE_NEWNET = UNKNOWN |
Definition at line 740 of file pcntl.stub.php.
const CLONE_NEWNS = UNKNOWN |
Definition at line 720 of file pcntl.stub.php.
const CLONE_NEWPID = UNKNOWN |
Definition at line 747 of file pcntl.stub.php.
const CLONE_NEWUSER = UNKNOWN |
Definition at line 754 of file pcntl.stub.php.
const CLONE_NEWUTS = UNKNOWN |
Definition at line 733 of file pcntl.stub.php.
const FORK_NOSIGCHLD = UNKNOWN |
Definition at line 822 of file pcntl.stub.php.
const FORK_WAITPID = UNKNOWN |
Definition at line 827 of file pcntl.stub.php.
const FPE_FLTDIV = UNKNOWN |
Definition at line 639 of file pcntl.stub.php.
const FPE_FLTINV = UNKNOWN |
Definition at line 667 of file pcntl.stub.php.
const FPE_FLTOVF = UNKNOWN |
Definition at line 646 of file pcntl.stub.php.
const FPE_FLTRES = UNKNOWN |
Definition at line 660 of file pcntl.stub.php.
const FPE_FLTSUB = UNKNOWN |
Definition at line 674 of file pcntl.stub.php.
const FPE_FLTUND = UNKNOWN |
Definition at line 653 of file pcntl.stub.php.
const FPE_INTDIV = UNKNOWN |
Definition at line 625 of file pcntl.stub.php.
const FPE_INTOVF = UNKNOWN |
Definition at line 632 of file pcntl.stub.php.
const ILL_BADSTK = UNKNOWN |
Definition at line 618 of file pcntl.stub.php.
const ILL_COPROC = UNKNOWN |
Definition at line 611 of file pcntl.stub.php.
const ILL_ILLADR = UNKNOWN |
Definition at line 583 of file pcntl.stub.php.
const ILL_ILLOPC = UNKNOWN |
Definition at line 569 of file pcntl.stub.php.
const ILL_ILLOPN = UNKNOWN |
Definition at line 576 of file pcntl.stub.php.
const ILL_ILLTRP = UNKNOWN |
Definition at line 590 of file pcntl.stub.php.
const ILL_PRVOPC = UNKNOWN |
Definition at line 597 of file pcntl.stub.php.
const ILL_PRVREG = UNKNOWN |
Definition at line 604 of file pcntl.stub.php.
const P_ALL = UNKNOWN |
Definition at line 58 of file pcntl.stub.php.
const P_GID = UNKNOWN |
Definition at line 89 of file pcntl.stub.php.
const P_JAILID = UNKNOWN |
Definition at line 102 of file pcntl.stub.php.
const P_PGID = UNKNOWN |
Definition at line 68 of file pcntl.stub.php.
const P_PID = UNKNOWN |
Definition at line 63 of file pcntl.stub.php.
const P_PIDFD = UNKNOWN |
Definition at line 76 of file pcntl.stub.php.
const P_SID = UNKNOWN |
Definition at line 94 of file pcntl.stub.php.
const P_UID = UNKNOWN |
Definition at line 84 of file pcntl.stub.php.
const PCNTL_E2BIG = UNKNOWN |
Definition at line 891 of file pcntl.stub.php.
const PCNTL_EACCES = UNKNOWN |
Definition at line 870 of file pcntl.stub.php.
const PCNTL_EAGAIN = UNKNOWN |
Definition at line 856 of file pcntl.stub.php.
const PCNTL_ECAPMODE = UNKNOWN |
Definition at line 996 of file pcntl.stub.php.
const PCNTL_ECHILD = UNKNOWN |
Definition at line 842 of file pcntl.stub.php.
const PCNTL_EFAULT = UNKNOWN |
Definition at line 898 of file pcntl.stub.php.
const PCNTL_EINTR = UNKNOWN |
Definition at line 835 of file pcntl.stub.php.
const PCNTL_EINVAL = UNKNOWN |
Definition at line 849 of file pcntl.stub.php.
const PCNTL_EIO = UNKNOWN |
Definition at line 905 of file pcntl.stub.php.
const PCNTL_EISDIR = UNKNOWN |
Definition at line 912 of file pcntl.stub.php.
const PCNTL_ELIBBAD = UNKNOWN |
Definition at line 919 of file pcntl.stub.php.
const PCNTL_ELOOP = UNKNOWN |
Definition at line 926 of file pcntl.stub.php.
const PCNTL_EMFILE = UNKNOWN |
Definition at line 933 of file pcntl.stub.php.
const PCNTL_ENAMETOOLONG = UNKNOWN |
Definition at line 940 of file pcntl.stub.php.
const PCNTL_ENFILE = UNKNOWN |
Definition at line 947 of file pcntl.stub.php.
const PCNTL_ENOENT = UNKNOWN |
Definition at line 954 of file pcntl.stub.php.
const PCNTL_ENOEXEC = UNKNOWN |
Definition at line 961 of file pcntl.stub.php.
const PCNTL_ENOMEM = UNKNOWN |
Definition at line 884 of file pcntl.stub.php.
const PCNTL_ENOSPC = UNKNOWN |
Definition at line 982 of file pcntl.stub.php.
const PCNTL_ENOTDIR = UNKNOWN |
Definition at line 968 of file pcntl.stub.php.
const PCNTL_EPERM = UNKNOWN |
Definition at line 877 of file pcntl.stub.php.
const PCNTL_ESRCH = UNKNOWN |
Definition at line 863 of file pcntl.stub.php.
const PCNTL_ETXTBSY = UNKNOWN |
Definition at line 975 of file pcntl.stub.php.
const PCNTL_EUSERS = UNKNOWN |
Definition at line 989 of file pcntl.stub.php.
const POLL_ERR = UNKNOWN |
Definition at line 547 of file pcntl.stub.php.
const POLL_HUP = UNKNOWN |
Definition at line 561 of file pcntl.stub.php.
const POLL_IN = UNKNOWN |
Definition at line 526 of file pcntl.stub.php.
const POLL_MSG = UNKNOWN |
Definition at line 540 of file pcntl.stub.php.
const POLL_OUT = UNKNOWN |
Definition at line 533 of file pcntl.stub.php.
const POLL_PRI = UNKNOWN |
Definition at line 554 of file pcntl.stub.php.
const PRIO_DARWIN_BG = UNKNOWN |
Definition at line 373 of file pcntl.stub.php.
const PRIO_DARWIN_THREAD = UNKNOWN |
Definition at line 378 of file pcntl.stub.php.
const PRIO_PGRP = UNKNOWN |
Definition at line 357 of file pcntl.stub.php.
const PRIO_PROCESS = UNKNOWN |
Definition at line 367 of file pcntl.stub.php.
const PRIO_USER = UNKNOWN |
Definition at line 362 of file pcntl.stub.php.
const RFCFDG = UNKNOWN |
Definition at line 785 of file pcntl.stub.php.
const RFFDG = UNKNOWN |
Definition at line 792 of file pcntl.stub.php.
const RFLINUXTHPN = UNKNOWN |
Definition at line 799 of file pcntl.stub.php.
const RFNOWAIT = UNKNOWN |
Definition at line 778 of file pcntl.stub.php.
const RFPROC = UNKNOWN |
Definition at line 771 of file pcntl.stub.php.
const RFTHREAD = UNKNOWN |
Definition at line 813 of file pcntl.stub.php.
const RFTSIGZMB = UNKNOWN |
Definition at line 806 of file pcntl.stub.php.
const SEGV_ACCERR = UNKNOWN |
Definition at line 688 of file pcntl.stub.php.
const SEGV_MAPERR = UNKNOWN |
Definition at line 681 of file pcntl.stub.php.
const SI_ASYNCIO = UNKNOWN |
Definition at line 441 of file pcntl.stub.php.
const SI_KERNEL = UNKNOWN |
Definition at line 420 of file pcntl.stub.php.
const SI_MESGQ = UNKNOWN |
Definition at line 436 of file pcntl.stub.php.
const SI_NOINFO = UNKNOWN |
Definition at line 413 of file pcntl.stub.php.
const SI_QUEUE = UNKNOWN |
Definition at line 426 of file pcntl.stub.php.
const SI_SIGIO = UNKNOWN |
Definition at line 447 of file pcntl.stub.php.
const SI_TIMER = UNKNOWN |
Definition at line 431 of file pcntl.stub.php.
const SI_TKILL = UNKNOWN |
Definition at line 454 of file pcntl.stub.php.
const SI_USER = UNKNOWN |
Definition at line 407 of file pcntl.stub.php.
const SIG_BLOCK = UNKNOWN |
Definition at line 389 of file pcntl.stub.php.
const SIG_DFL = UNKNOWN |
Definition at line 117 of file pcntl.stub.php.
const SIG_ERR = UNKNOWN |
Definition at line 122 of file pcntl.stub.php.
const SIG_IGN = UNKNOWN |
Definition at line 112 of file pcntl.stub.php.
const SIG_SETMASK = UNKNOWN |
Definition at line 399 of file pcntl.stub.php.
const SIG_UNBLOCK = UNKNOWN |
Definition at line 394 of file pcntl.stub.php.
const SIGABRT = UNKNOWN |
Definition at line 152 of file pcntl.stub.php.
const SIGALRM = UNKNOWN |
Definition at line 200 of file pcntl.stub.php.
const SIGBABY = UNKNOWN |
Definition at line 321 of file pcntl.stub.php.
const SIGBUS = UNKNOWN |
Definition at line 165 of file pcntl.stub.php.
const SIGCHLD = UNKNOWN |
Definition at line 225 of file pcntl.stub.php.
const SIGCKPT = UNKNOWN |
Definition at line 328 of file pcntl.stub.php.
const SIGCKPTEXIT = UNKNOWN |
Definition at line 335 of file pcntl.stub.php.
const SIGCLD = UNKNOWN |
Definition at line 218 of file pcntl.stub.php.
const SIGCONT = UNKNOWN |
Definition at line 232 of file pcntl.stub.php.
const SIGFPE = UNKNOWN |
Definition at line 170 of file pcntl.stub.php.
const SIGHUP = UNKNOWN |
Definition at line 127 of file pcntl.stub.php.
const SIGILL = UNKNOWN |
Definition at line 142 of file pcntl.stub.php.
const SIGINFO = UNKNOWN |
Definition at line 309 of file pcntl.stub.php.
const SIGINT = UNKNOWN |
Definition at line 132 of file pcntl.stub.php.
const SIGIO = UNKNOWN |
Definition at line 295 of file pcntl.stub.php.
const SIGIOT = UNKNOWN |
Definition at line 158 of file pcntl.stub.php.
const SIGKILL = UNKNOWN |
Definition at line 175 of file pcntl.stub.php.
const SIGPIPE = UNKNOWN |
Definition at line 195 of file pcntl.stub.php.
const SIGPOLL = UNKNOWN |
Definition at line 288 of file pcntl.stub.php.
const SIGPROF = UNKNOWN |
Definition at line 277 of file pcntl.stub.php.
const SIGPWR = UNKNOWN |
Definition at line 302 of file pcntl.stub.php.
const SIGQUIT = UNKNOWN |
Definition at line 137 of file pcntl.stub.php.
const SIGRTMAX = UNKNOWN |
Definition at line 349 of file pcntl.stub.php.
const SIGRTMIN = UNKNOWN |
Definition at line 342 of file pcntl.stub.php.
const SIGSEGV = UNKNOWN |
Definition at line 185 of file pcntl.stub.php.
const SIGSTKFLT = UNKNOWN |
Definition at line 211 of file pcntl.stub.php.
const SIGSTOP = UNKNOWN |
Definition at line 237 of file pcntl.stub.php.
const SIGSYS = UNKNOWN |
Definition at line 316 of file pcntl.stub.php.
const SIGTERM = UNKNOWN |
Definition at line 205 of file pcntl.stub.php.
const SIGTRAP = UNKNOWN |
Definition at line 147 of file pcntl.stub.php.
const SIGTSTP = UNKNOWN |
Definition at line 242 of file pcntl.stub.php.
const SIGTTIN = UNKNOWN |
Definition at line 247 of file pcntl.stub.php.
const SIGTTOU = UNKNOWN |
Definition at line 252 of file pcntl.stub.php.
const SIGURG = UNKNOWN |
Definition at line 257 of file pcntl.stub.php.
const SIGUSR1 = UNKNOWN |
Definition at line 180 of file pcntl.stub.php.
const SIGUSR2 = UNKNOWN |
Definition at line 190 of file pcntl.stub.php.
const SIGVTALRM = UNKNOWN |
Definition at line 272 of file pcntl.stub.php.
const SIGWINCH = UNKNOWN |
Definition at line 282 of file pcntl.stub.php.
const SIGXCPU = UNKNOWN |
Definition at line 262 of file pcntl.stub.php.
const SIGXFSZ = UNKNOWN |
Definition at line 267 of file pcntl.stub.php.
const TRAP_BRKPT = UNKNOWN |
Definition at line 509 of file pcntl.stub.php.
const TRAP_TRACE = UNKNOWN |
Definition at line 516 of file pcntl.stub.php.
const WCONTINUED = UNKNOWN |
Definition at line 27 of file pcntl.stub.php.
const WEXITED = UNKNOWN |
Definition at line 34 of file pcntl.stub.php.
const WNOHANG = UNKNOWN |
Definition at line 13 of file pcntl.stub.php.
const WNOWAIT = UNKNOWN |
Definition at line 48 of file pcntl.stub.php.
const WSTOPPED = UNKNOWN |
Definition at line 41 of file pcntl.stub.php.
const WUNTRACED = UNKNOWN |
Definition at line 20 of file pcntl.stub.php.