php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "ext/standard/info.h"
#include "php_signal.h"
#include "php_ticks.h"
#include "zend_fibers.h"
#include "php_pcntl.h"
#include <errno.h>
#include "Zend/zend_enum.h"
#include "Zend/zend_max_execution_timer.h"
#include "pcntl_arginfo.h"
Go to the source code of this file.
Macros | |
#define | PCNTL_DEBUG 0 |
#define | IF_DEBUG(z) |
#define | NSIG 32 |
#define | LONG_CONST(c) |
#define | PHP_RUSAGE_PARA(from, to, field) |
#define | PHP_RUSAGE_SPECIAL(from, to) |
#define | PHP_RUSAGE_COMMON(from, to) |
#define | PHP_RUSAGE_TO_ARRAY(from, to) |
Functions | |
PHP_RINIT_FUNCTION (pcntl) | |
PHP_MINIT_FUNCTION (pcntl) | |
PHP_MSHUTDOWN_FUNCTION (pcntl) | |
PHP_RSHUTDOWN_FUNCTION (pcntl) | |
PHP_MINFO_FUNCTION (pcntl) | |
PHP_FUNCTION (pcntl_fork) | |
PHP_FUNCTION (pcntl_alarm) | |
PHP_FUNCTION (pcntl_waitpid) | |
PHP_FUNCTION (pcntl_wait) | |
PHP_FUNCTION (pcntl_wifexited) | |
PHP_FUNCTION (pcntl_wifstopped) | |
PHP_FUNCTION (pcntl_wifsignaled) | |
PHP_FUNCTION (pcntl_wifcontinued) | |
PHP_FUNCTION (pcntl_wexitstatus) | |
PHP_FUNCTION (pcntl_wtermsig) | |
PHP_FUNCTION (pcntl_wstopsig) | |
PHP_FUNCTION (pcntl_exec) | |
PHP_FUNCTION (pcntl_signal) | |
PHP_FUNCTION (pcntl_signal_get_handler) | |
PHP_FUNCTION (pcntl_signal_dispatch) | |
PHP_FUNCTION (pcntl_get_last_error) | |
PHP_FUNCTION (pcntl_strerror) | |
PHP_FUNCTION (pcntl_async_signals) | |
Variables | |
zend_module_entry | pcntl_module_entry |
#define PHP_RUSAGE_COMMON | ( | from, | |
to ) |
#define PHP_RUSAGE_PARA | ( | from, | |
to, | |||
field ) |
#define PHP_RUSAGE_SPECIAL | ( | from, | |
to ) |
#define PHP_RUSAGE_TO_ARRAY | ( | from, | |
to ) |
PHP_FUNCTION | ( | pcntl_alarm | ) |
PHP_FUNCTION | ( | pcntl_async_signals | ) |
PHP_FUNCTION | ( | pcntl_exec | ) |
PHP_FUNCTION | ( | pcntl_fork | ) |
PHP_FUNCTION | ( | pcntl_get_last_error | ) |
PHP_FUNCTION | ( | pcntl_signal | ) |
PHP_FUNCTION | ( | pcntl_signal_get_handler | ) |
PHP_FUNCTION | ( | pcntl_strerror | ) |
PHP_FUNCTION | ( | pcntl_wait | ) |
PHP_FUNCTION | ( | pcntl_waitpid | ) |
PHP_FUNCTION | ( | pcntl_wexitstatus | ) |
PHP_FUNCTION | ( | pcntl_wifcontinued | ) |
PHP_FUNCTION | ( | pcntl_wifexited | ) |
PHP_FUNCTION | ( | pcntl_wifsignaled | ) |
PHP_FUNCTION | ( | pcntl_wifstopped | ) |
PHP_FUNCTION | ( | pcntl_wstopsig | ) |
PHP_FUNCTION | ( | pcntl_wtermsig | ) |
zend_module_entry pcntl_module_entry |