pcntl_sigwaitinfo
  • References/PHP/Function/Process Control/PCNTL

(PHP 5 >= 5.3.0, PHP 7) Waits for signals

2025-01-10 15:47:30
pcntl_wstopsig
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns the signal which caused the child to stop

2025-01-10 15:47:30
pcntl_signal_dispatch
  • References/PHP/Function/Process Control/PCNTL

(PHP 5 >= 5.3.0, PHP 7) Calls signal handlers for pending signals

2025-01-10 15:47:30
pcntl_wexitstatus
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns the return code of a terminated child

2025-01-10 15:47:30
pcntl_setpriority
  • References/PHP/Function/Process Control/PCNTL

(PHP 5, PHP 7) Change the priority of any process

2025-01-10 15:47:30
pcntl_wifexited
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Checks if status code represents a normal exit

2025-01-10 15:47:30
pcntl_wifsignaled
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Checks whether the status code represents a termination due to a signal

2025-01-10 15:47:30
pcntl_signal
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Installs a signal handler

2025-01-10 15:47:30
pcntl_fork
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Forks the currently running process

2025-01-10 15:47:30
pcntl_wifstopped
  • References/PHP/Function/Process Control/PCNTL

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Checks whether the child process is currently stopped

2025-01-10 15:47:30