php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcntl.stub.php File Reference

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
 

Function Documentation

◆ pcntl_alarm()

pcntl_alarm ( int $seconds)

Definition at line 1059 of file pcntl.stub.php.

◆ pcntl_async_signals()

pcntl_async_signals ( ?bool $enable = null)

Definition at line 1076 of file pcntl.stub.php.

◆ pcntl_errno()

pcntl_errno ( )

@alias pcntl_get_last_error

Definition at line 1064 of file pcntl.stub.php.

◆ pcntl_exec()

pcntl_exec ( string $path,
array $args = [],
array $env_vars = [] )

Definition at line 1057 of file pcntl.stub.php.

◆ pcntl_fork()

pcntl_fork ( )

Definition at line 999 of file pcntl.stub.php.

◆ pcntl_forkx()

pcntl_forkx ( int $flags)

Definition at line 1087 of file pcntl.stub.php.

◆ pcntl_get_last_error()

pcntl_get_last_error ( )

Definition at line 1061 of file pcntl.stub.php.

◆ pcntl_getcpu()

pcntl_getcpu ( )

Definition at line 1100 of file pcntl.stub.php.

◆ pcntl_getcpuaffinity()

pcntl_getcpuaffinity ( ?int $process_id = null)

Definition at line 1095 of file pcntl.stub.php.

◆ pcntl_getpriority()

pcntl_getpriority ( ?int $process_id = null,
int $mode = PRIO_PROCESS )

Definition at line 1067 of file pcntl.stub.php.

◆ pcntl_getqos_class()

pcntl_getqos_class ( )

Definition at line 1103 of file pcntl.stub.php.

◆ pcntl_rfork()

pcntl_rfork ( int $flags,
int $signal = 0 )

Definition at line 1083 of file pcntl.stub.php.

◆ pcntl_setcpuaffinity()

pcntl_setcpuaffinity ( ?int $process_id = null,
array $cpu_ids = [] )

Definition at line 1096 of file pcntl.stub.php.

◆ pcntl_setns()

pcntl_setns ( ?int $process_id = null,
int $nstype = CLONE_NEWNET )

Definition at line 1091 of file pcntl.stub.php.

◆ pcntl_setpriority()

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_setqos_class ( Pcntl\QosClass $qos_class = Pcntl\QosClass::Default)

Definition at line 1104 of file pcntl.stub.php.

◆ pcntl_signal()

pcntl_signal ( int $signal,
$handler,
bool $restart_syscalls = true )
Parameters
callable | int$handler

Definition at line 1019 of file pcntl.stub.php.

◆ pcntl_signal_dispatch()

pcntl_signal_dispatch ( void )

Definition at line 1024 of file pcntl.stub.php.

◆ pcntl_signal_get_handler()

pcntl_signal_get_handler ( int $signal)
Returns
callable|int

Definition at line 1022 of file pcntl.stub.php.

◆ pcntl_sigprocmask()

pcntl_sigprocmask ( int $mode,
array $signals,
& $old_signals = null )
Parameters
array$old_signals

Definition at line 1028 of file pcntl.stub.php.

◆ pcntl_sigtimedwait()

pcntl_sigtimedwait ( array $signals,
& $info = [],
int $seconds = 0,
int $nanoseconds = 0 )
Parameters
array$info

Definition at line 1037 of file pcntl.stub.php.

◆ pcntl_sigwaitinfo()

pcntl_sigwaitinfo ( array $signals,
& $info = [] )
Parameters
array$info

Definition at line 1034 of file pcntl.stub.php.

◆ pcntl_strerror()

pcntl_strerror ( int $error_code)

Definition at line 1074 of file pcntl.stub.php.

◆ pcntl_unshare()

pcntl_unshare ( int $flags)

Definition at line 1079 of file pcntl.stub.php.

◆ pcntl_wait()

pcntl_wait ( & $status,
int $flags = 0,
& $resource_usage = [] )
Parameters
int$status
array$resource_usage

Definition at line 1016 of file pcntl.stub.php.

◆ pcntl_waitid()

pcntl_waitid ( int $idtype = P_ALL,
?int $id = null,
& $info = [],
int $flags = WEXITED )
Parameters
array$info

Definition at line 1009 of file pcntl.stub.php.

◆ pcntl_waitpid()

pcntl_waitpid ( int $process_id,
& $status,
int $flags = 0,
& $resource_usage = [] )
Parameters
int$status
array$resource_usage

Definition at line 1005 of file pcntl.stub.php.

◆ pcntl_wexitstatus()

pcntl_wexitstatus ( int $status)

Definition at line 1051 of file pcntl.stub.php.

◆ pcntl_wifcontinued()

pcntl_wifcontinued ( int $status)

Definition at line 1046 of file pcntl.stub.php.

◆ pcntl_wifexited()

pcntl_wifexited ( int $status)

Definition at line 1041 of file pcntl.stub.php.

◆ pcntl_wifsignaled()

pcntl_wifsignaled ( int $status)

Definition at line 1049 of file pcntl.stub.php.

◆ pcntl_wifstopped()

pcntl_wifstopped ( int $status)

Definition at line 1043 of file pcntl.stub.php.

◆ pcntl_wstopsig()

pcntl_wstopsig ( int $status)

Definition at line 1055 of file pcntl.stub.php.

◆ pcntl_wtermsig()

pcntl_wtermsig ( int $status)

Definition at line 1053 of file pcntl.stub.php.

Variable Documentation

◆ BUS_ADRALN

const BUS_ADRALN = UNKNOWN

Definition at line 695 of file pcntl.stub.php.

◆ BUS_ADRERR

const BUS_ADRERR = UNKNOWN

Definition at line 702 of file pcntl.stub.php.

◆ BUS_OBJERR

const BUS_OBJERR = UNKNOWN

Definition at line 709 of file pcntl.stub.php.

◆ CLD_CONTINUED

const CLD_CONTINUED = UNKNOWN

Definition at line 499 of file pcntl.stub.php.

◆ CLD_DUMPED

const CLD_DUMPED = UNKNOWN

Definition at line 478 of file pcntl.stub.php.

◆ CLD_EXITED

const CLD_EXITED = UNKNOWN

Definition at line 464 of file pcntl.stub.php.

◆ CLD_KILLED

const CLD_KILLED = UNKNOWN

Definition at line 471 of file pcntl.stub.php.

◆ CLD_STOPPED

const CLD_STOPPED = UNKNOWN

Definition at line 492 of file pcntl.stub.php.

◆ CLD_TRAPPED

const CLD_TRAPPED = UNKNOWN

Definition at line 485 of file pcntl.stub.php.

◆ CLONE_NEWCGROUP

const CLONE_NEWCGROUP = UNKNOWN

Definition at line 761 of file pcntl.stub.php.

◆ CLONE_NEWIPC

const CLONE_NEWIPC = UNKNOWN

Definition at line 726 of file pcntl.stub.php.

◆ CLONE_NEWNET

const CLONE_NEWNET = UNKNOWN

Definition at line 740 of file pcntl.stub.php.

◆ CLONE_NEWNS

const CLONE_NEWNS = UNKNOWN

Definition at line 720 of file pcntl.stub.php.

◆ CLONE_NEWPID

const CLONE_NEWPID = UNKNOWN

Definition at line 747 of file pcntl.stub.php.

◆ CLONE_NEWUSER

const CLONE_NEWUSER = UNKNOWN

Definition at line 754 of file pcntl.stub.php.

◆ CLONE_NEWUTS

const CLONE_NEWUTS = UNKNOWN

Definition at line 733 of file pcntl.stub.php.

◆ FORK_NOSIGCHLD

const FORK_NOSIGCHLD = UNKNOWN

Definition at line 822 of file pcntl.stub.php.

◆ FORK_WAITPID

const FORK_WAITPID = UNKNOWN

Definition at line 827 of file pcntl.stub.php.

◆ FPE_FLTDIV

const FPE_FLTDIV = UNKNOWN

Definition at line 639 of file pcntl.stub.php.

◆ FPE_FLTINV

const FPE_FLTINV = UNKNOWN

Definition at line 667 of file pcntl.stub.php.

◆ FPE_FLTOVF

const FPE_FLTOVF = UNKNOWN

Definition at line 646 of file pcntl.stub.php.

◆ FPE_FLTRES

const FPE_FLTRES = UNKNOWN

Definition at line 660 of file pcntl.stub.php.

◆ FPE_FLTSUB

const FPE_FLTSUB = UNKNOWN

Definition at line 674 of file pcntl.stub.php.

◆ FPE_FLTUND

const FPE_FLTUND = UNKNOWN

Definition at line 653 of file pcntl.stub.php.

◆ FPE_INTDIV

const FPE_INTDIV = UNKNOWN

Definition at line 625 of file pcntl.stub.php.

◆ FPE_INTOVF

const FPE_INTOVF = UNKNOWN

Definition at line 632 of file pcntl.stub.php.

◆ ILL_BADSTK

const ILL_BADSTK = UNKNOWN

Definition at line 618 of file pcntl.stub.php.

◆ ILL_COPROC

const ILL_COPROC = UNKNOWN

Definition at line 611 of file pcntl.stub.php.

◆ ILL_ILLADR

const ILL_ILLADR = UNKNOWN

Definition at line 583 of file pcntl.stub.php.

◆ ILL_ILLOPC

const ILL_ILLOPC = UNKNOWN

Definition at line 569 of file pcntl.stub.php.

◆ ILL_ILLOPN

const ILL_ILLOPN = UNKNOWN

Definition at line 576 of file pcntl.stub.php.

◆ ILL_ILLTRP

const ILL_ILLTRP = UNKNOWN

Definition at line 590 of file pcntl.stub.php.

◆ ILL_PRVOPC

const ILL_PRVOPC = UNKNOWN

Definition at line 597 of file pcntl.stub.php.

◆ ILL_PRVREG

const ILL_PRVREG = UNKNOWN

Definition at line 604 of file pcntl.stub.php.

◆ P_ALL

const P_ALL = UNKNOWN

Definition at line 58 of file pcntl.stub.php.

◆ P_GID

const P_GID = UNKNOWN

Definition at line 89 of file pcntl.stub.php.

◆ P_JAILID

const P_JAILID = UNKNOWN

Definition at line 102 of file pcntl.stub.php.

◆ P_PGID

const P_PGID = UNKNOWN

Definition at line 68 of file pcntl.stub.php.

◆ P_PID

const P_PID = UNKNOWN

Definition at line 63 of file pcntl.stub.php.

◆ P_PIDFD

const P_PIDFD = UNKNOWN

Definition at line 76 of file pcntl.stub.php.

◆ P_SID

const P_SID = UNKNOWN

Definition at line 94 of file pcntl.stub.php.

◆ P_UID

const P_UID = UNKNOWN

Definition at line 84 of file pcntl.stub.php.

◆ PCNTL_E2BIG

const PCNTL_E2BIG = UNKNOWN

Definition at line 891 of file pcntl.stub.php.

◆ PCNTL_EACCES

const PCNTL_EACCES = UNKNOWN

Definition at line 870 of file pcntl.stub.php.

◆ PCNTL_EAGAIN

const PCNTL_EAGAIN = UNKNOWN

Definition at line 856 of file pcntl.stub.php.

◆ PCNTL_ECAPMODE

const PCNTL_ECAPMODE = UNKNOWN

Definition at line 996 of file pcntl.stub.php.

◆ PCNTL_ECHILD

const PCNTL_ECHILD = UNKNOWN

Definition at line 842 of file pcntl.stub.php.

◆ PCNTL_EFAULT

const PCNTL_EFAULT = UNKNOWN

Definition at line 898 of file pcntl.stub.php.

◆ PCNTL_EINTR

const PCNTL_EINTR = UNKNOWN

Definition at line 835 of file pcntl.stub.php.

◆ PCNTL_EINVAL

const PCNTL_EINVAL = UNKNOWN

Definition at line 849 of file pcntl.stub.php.

◆ PCNTL_EIO

const PCNTL_EIO = UNKNOWN

Definition at line 905 of file pcntl.stub.php.

◆ PCNTL_EISDIR

const PCNTL_EISDIR = UNKNOWN

Definition at line 912 of file pcntl.stub.php.

◆ PCNTL_ELIBBAD

const PCNTL_ELIBBAD = UNKNOWN

Definition at line 919 of file pcntl.stub.php.

◆ PCNTL_ELOOP

const PCNTL_ELOOP = UNKNOWN

Definition at line 926 of file pcntl.stub.php.

◆ PCNTL_EMFILE

const PCNTL_EMFILE = UNKNOWN

Definition at line 933 of file pcntl.stub.php.

◆ PCNTL_ENAMETOOLONG

const PCNTL_ENAMETOOLONG = UNKNOWN

Definition at line 940 of file pcntl.stub.php.

◆ PCNTL_ENFILE

const PCNTL_ENFILE = UNKNOWN

Definition at line 947 of file pcntl.stub.php.

◆ PCNTL_ENOENT

const PCNTL_ENOENT = UNKNOWN

Definition at line 954 of file pcntl.stub.php.

◆ PCNTL_ENOEXEC

const PCNTL_ENOEXEC = UNKNOWN

Definition at line 961 of file pcntl.stub.php.

◆ PCNTL_ENOMEM

const PCNTL_ENOMEM = UNKNOWN

Definition at line 884 of file pcntl.stub.php.

◆ PCNTL_ENOSPC

const PCNTL_ENOSPC = UNKNOWN

Definition at line 982 of file pcntl.stub.php.

◆ PCNTL_ENOTDIR

const PCNTL_ENOTDIR = UNKNOWN

Definition at line 968 of file pcntl.stub.php.

◆ PCNTL_EPERM

const PCNTL_EPERM = UNKNOWN

Definition at line 877 of file pcntl.stub.php.

◆ PCNTL_ESRCH

const PCNTL_ESRCH = UNKNOWN

Definition at line 863 of file pcntl.stub.php.

◆ PCNTL_ETXTBSY

const PCNTL_ETXTBSY = UNKNOWN

Definition at line 975 of file pcntl.stub.php.

◆ PCNTL_EUSERS

const PCNTL_EUSERS = UNKNOWN

Definition at line 989 of file pcntl.stub.php.

◆ POLL_ERR

const POLL_ERR = UNKNOWN

Definition at line 547 of file pcntl.stub.php.

◆ POLL_HUP

const POLL_HUP = UNKNOWN

Definition at line 561 of file pcntl.stub.php.

◆ POLL_IN

const POLL_IN = UNKNOWN

Definition at line 526 of file pcntl.stub.php.

◆ POLL_MSG

const POLL_MSG = UNKNOWN

Definition at line 540 of file pcntl.stub.php.

◆ POLL_OUT

const POLL_OUT = UNKNOWN

Definition at line 533 of file pcntl.stub.php.

◆ POLL_PRI

const POLL_PRI = UNKNOWN

Definition at line 554 of file pcntl.stub.php.

◆ PRIO_DARWIN_BG

const PRIO_DARWIN_BG = UNKNOWN

Definition at line 373 of file pcntl.stub.php.

◆ PRIO_DARWIN_THREAD

const PRIO_DARWIN_THREAD = UNKNOWN

Definition at line 378 of file pcntl.stub.php.

◆ PRIO_PGRP

const PRIO_PGRP = UNKNOWN

Definition at line 357 of file pcntl.stub.php.

◆ PRIO_PROCESS

const PRIO_PROCESS = UNKNOWN

Definition at line 367 of file pcntl.stub.php.

◆ PRIO_USER

const PRIO_USER = UNKNOWN

Definition at line 362 of file pcntl.stub.php.

◆ RFCFDG

const RFCFDG = UNKNOWN

Definition at line 785 of file pcntl.stub.php.

◆ RFFDG

const RFFDG = UNKNOWN

Definition at line 792 of file pcntl.stub.php.

◆ RFLINUXTHPN

const RFLINUXTHPN = UNKNOWN

Definition at line 799 of file pcntl.stub.php.

◆ RFNOWAIT

const RFNOWAIT = UNKNOWN

Definition at line 778 of file pcntl.stub.php.

◆ RFPROC

const RFPROC = UNKNOWN

Definition at line 771 of file pcntl.stub.php.

◆ RFTHREAD

const RFTHREAD = UNKNOWN

Definition at line 813 of file pcntl.stub.php.

◆ RFTSIGZMB

const RFTSIGZMB = UNKNOWN

Definition at line 806 of file pcntl.stub.php.

◆ SEGV_ACCERR

const SEGV_ACCERR = UNKNOWN

Definition at line 688 of file pcntl.stub.php.

◆ SEGV_MAPERR

const SEGV_MAPERR = UNKNOWN

Definition at line 681 of file pcntl.stub.php.

◆ SI_ASYNCIO

const SI_ASYNCIO = UNKNOWN

Definition at line 441 of file pcntl.stub.php.

◆ SI_KERNEL

const SI_KERNEL = UNKNOWN

Definition at line 420 of file pcntl.stub.php.

◆ SI_MESGQ

const SI_MESGQ = UNKNOWN

Definition at line 436 of file pcntl.stub.php.

◆ SI_NOINFO

const SI_NOINFO = UNKNOWN

Definition at line 413 of file pcntl.stub.php.

◆ SI_QUEUE

const SI_QUEUE = UNKNOWN

Definition at line 426 of file pcntl.stub.php.

◆ SI_SIGIO

const SI_SIGIO = UNKNOWN

Definition at line 447 of file pcntl.stub.php.

◆ SI_TIMER

const SI_TIMER = UNKNOWN

Definition at line 431 of file pcntl.stub.php.

◆ SI_TKILL

const SI_TKILL = UNKNOWN

Definition at line 454 of file pcntl.stub.php.

◆ SI_USER

const SI_USER = UNKNOWN

Definition at line 407 of file pcntl.stub.php.

◆ SIG_BLOCK

const SIG_BLOCK = UNKNOWN

Definition at line 389 of file pcntl.stub.php.

◆ SIG_DFL

const SIG_DFL = UNKNOWN

Definition at line 117 of file pcntl.stub.php.

◆ SIG_ERR

const SIG_ERR = UNKNOWN

Definition at line 122 of file pcntl.stub.php.

◆ SIG_IGN

const SIG_IGN = UNKNOWN

Definition at line 112 of file pcntl.stub.php.

◆ SIG_SETMASK

const SIG_SETMASK = UNKNOWN

Definition at line 399 of file pcntl.stub.php.

◆ SIG_UNBLOCK

const SIG_UNBLOCK = UNKNOWN

Definition at line 394 of file pcntl.stub.php.

◆ SIGABRT

const SIGABRT = UNKNOWN

Definition at line 152 of file pcntl.stub.php.

◆ SIGALRM

const SIGALRM = UNKNOWN

Definition at line 200 of file pcntl.stub.php.

◆ SIGBABY

const SIGBABY = UNKNOWN

Definition at line 321 of file pcntl.stub.php.

◆ SIGBUS

const SIGBUS = UNKNOWN

Definition at line 165 of file pcntl.stub.php.

◆ SIGCHLD

const SIGCHLD = UNKNOWN

Definition at line 225 of file pcntl.stub.php.

◆ SIGCKPT

const SIGCKPT = UNKNOWN

Definition at line 328 of file pcntl.stub.php.

◆ SIGCKPTEXIT

const SIGCKPTEXIT = UNKNOWN

Definition at line 335 of file pcntl.stub.php.

◆ SIGCLD

const SIGCLD = UNKNOWN

Definition at line 218 of file pcntl.stub.php.

◆ SIGCONT

const SIGCONT = UNKNOWN

Definition at line 232 of file pcntl.stub.php.

◆ SIGFPE

const SIGFPE = UNKNOWN

Definition at line 170 of file pcntl.stub.php.

◆ SIGHUP

const SIGHUP = UNKNOWN

Definition at line 127 of file pcntl.stub.php.

◆ SIGILL

const SIGILL = UNKNOWN

Definition at line 142 of file pcntl.stub.php.

◆ SIGINFO

const SIGINFO = UNKNOWN

Definition at line 309 of file pcntl.stub.php.

◆ SIGINT

const SIGINT = UNKNOWN

Definition at line 132 of file pcntl.stub.php.

◆ SIGIO

const SIGIO = UNKNOWN

Definition at line 295 of file pcntl.stub.php.

◆ SIGIOT

const SIGIOT = UNKNOWN

Definition at line 158 of file pcntl.stub.php.

◆ SIGKILL

const SIGKILL = UNKNOWN

Definition at line 175 of file pcntl.stub.php.

◆ SIGPIPE

const SIGPIPE = UNKNOWN

Definition at line 195 of file pcntl.stub.php.

◆ SIGPOLL

const SIGPOLL = UNKNOWN

Definition at line 288 of file pcntl.stub.php.

◆ SIGPROF

const SIGPROF = UNKNOWN

Definition at line 277 of file pcntl.stub.php.

◆ SIGPWR

const SIGPWR = UNKNOWN

Definition at line 302 of file pcntl.stub.php.

◆ SIGQUIT

const SIGQUIT = UNKNOWN

Definition at line 137 of file pcntl.stub.php.

◆ SIGRTMAX

const SIGRTMAX = UNKNOWN

Definition at line 349 of file pcntl.stub.php.

◆ SIGRTMIN

const SIGRTMIN = UNKNOWN

Definition at line 342 of file pcntl.stub.php.

◆ SIGSEGV

const SIGSEGV = UNKNOWN

Definition at line 185 of file pcntl.stub.php.

◆ SIGSTKFLT

const SIGSTKFLT = UNKNOWN

Definition at line 211 of file pcntl.stub.php.

◆ SIGSTOP

const SIGSTOP = UNKNOWN

Definition at line 237 of file pcntl.stub.php.

◆ SIGSYS

const SIGSYS = UNKNOWN

Definition at line 316 of file pcntl.stub.php.

◆ SIGTERM

const SIGTERM = UNKNOWN

Definition at line 205 of file pcntl.stub.php.

◆ SIGTRAP

const SIGTRAP = UNKNOWN

Definition at line 147 of file pcntl.stub.php.

◆ SIGTSTP

const SIGTSTP = UNKNOWN

Definition at line 242 of file pcntl.stub.php.

◆ SIGTTIN

const SIGTTIN = UNKNOWN

Definition at line 247 of file pcntl.stub.php.

◆ SIGTTOU

const SIGTTOU = UNKNOWN

Definition at line 252 of file pcntl.stub.php.

◆ SIGURG

const SIGURG = UNKNOWN

Definition at line 257 of file pcntl.stub.php.

◆ SIGUSR1

const SIGUSR1 = UNKNOWN

Definition at line 180 of file pcntl.stub.php.

◆ SIGUSR2

const SIGUSR2 = UNKNOWN

Definition at line 190 of file pcntl.stub.php.

◆ SIGVTALRM

const SIGVTALRM = UNKNOWN

Definition at line 272 of file pcntl.stub.php.

◆ SIGWINCH

const SIGWINCH = UNKNOWN

Definition at line 282 of file pcntl.stub.php.

◆ SIGXCPU

const SIGXCPU = UNKNOWN

Definition at line 262 of file pcntl.stub.php.

◆ SIGXFSZ

const SIGXFSZ = UNKNOWN

Definition at line 267 of file pcntl.stub.php.

◆ TRAP_BRKPT

const TRAP_BRKPT = UNKNOWN

Definition at line 509 of file pcntl.stub.php.

◆ TRAP_TRACE

const TRAP_TRACE = UNKNOWN

Definition at line 516 of file pcntl.stub.php.

◆ WCONTINUED

const WCONTINUED = UNKNOWN

Definition at line 27 of file pcntl.stub.php.

◆ WEXITED

const WEXITED = UNKNOWN

Definition at line 34 of file pcntl.stub.php.

◆ WNOHANG

const WNOHANG = UNKNOWN

Definition at line 13 of file pcntl.stub.php.

◆ WNOWAIT

const WNOWAIT = UNKNOWN

Definition at line 48 of file pcntl.stub.php.

◆ WSTOPPED

const WSTOPPED = UNKNOWN

Definition at line 41 of file pcntl.stub.php.

◆ WUNTRACED

const WUNTRACED = UNKNOWN

Definition at line 20 of file pcntl.stub.php.