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

Go to the source code of this file.

Macros

#define arginfo_pcntl_wifstopped   arginfo_pcntl_wifexited
 
#define arginfo_pcntl_wifsignaled   arginfo_pcntl_wifexited
 
#define arginfo_pcntl_wtermsig   arginfo_pcntl_wexitstatus
 
#define arginfo_pcntl_wstopsig   arginfo_pcntl_wexitstatus
 
#define arginfo_pcntl_get_last_error   arginfo_pcntl_fork
 
#define arginfo_pcntl_errno   arginfo_pcntl_fork
 

Functions

 ZEND_FUNCTION (pcntl_fork)
 
 ZEND_FUNCTION (pcntl_waitpid)
 
 ZEND_FUNCTION (pcntl_wait)
 
 ZEND_FUNCTION (pcntl_signal)
 
 ZEND_FUNCTION (pcntl_signal_get_handler)
 
 ZEND_FUNCTION (pcntl_signal_dispatch)
 
 ZEND_FUNCTION (pcntl_wifexited)
 
 ZEND_FUNCTION (pcntl_wifstopped)
 
 ZEND_FUNCTION (pcntl_wifsignaled)
 
 ZEND_FUNCTION (pcntl_wexitstatus)
 
 ZEND_FUNCTION (pcntl_wtermsig)
 
 ZEND_FUNCTION (pcntl_wstopsig)
 
 ZEND_FUNCTION (pcntl_exec)
 
 ZEND_FUNCTION (pcntl_alarm)
 
 ZEND_FUNCTION (pcntl_get_last_error)
 
 ZEND_FUNCTION (pcntl_strerror)
 
 ZEND_FUNCTION (pcntl_async_signals)
 

Macro Definition Documentation

◆ arginfo_pcntl_errno

#define arginfo_pcntl_errno   arginfo_pcntl_fork

Definition at line 98 of file pcntl_arginfo.h.

◆ arginfo_pcntl_get_last_error

#define arginfo_pcntl_get_last_error   arginfo_pcntl_fork

Definition at line 96 of file pcntl_arginfo.h.

◆ arginfo_pcntl_wifsignaled

#define arginfo_pcntl_wifsignaled   arginfo_pcntl_wifexited

Definition at line 76 of file pcntl_arginfo.h.

◆ arginfo_pcntl_wifstopped

#define arginfo_pcntl_wifstopped   arginfo_pcntl_wifexited

Definition at line 68 of file pcntl_arginfo.h.

◆ arginfo_pcntl_wstopsig

#define arginfo_pcntl_wstopsig   arginfo_pcntl_wexitstatus

Definition at line 84 of file pcntl_arginfo.h.

◆ arginfo_pcntl_wtermsig

#define arginfo_pcntl_wtermsig   arginfo_pcntl_wexitstatus

Definition at line 82 of file pcntl_arginfo.h.

Function Documentation

◆ ZEND_FUNCTION() [1/17]

ZEND_FUNCTION ( pcntl_alarm )

◆ ZEND_FUNCTION() [2/17]

ZEND_FUNCTION ( pcntl_async_signals )

◆ ZEND_FUNCTION() [3/17]

ZEND_FUNCTION ( pcntl_exec )

◆ ZEND_FUNCTION() [4/17]

ZEND_FUNCTION ( pcntl_fork )

◆ ZEND_FUNCTION() [5/17]

ZEND_FUNCTION ( pcntl_get_last_error )

◆ ZEND_FUNCTION() [6/17]

ZEND_FUNCTION ( pcntl_signal )

◆ ZEND_FUNCTION() [7/17]

ZEND_FUNCTION ( pcntl_signal_dispatch )

◆ ZEND_FUNCTION() [8/17]

ZEND_FUNCTION ( pcntl_signal_get_handler )

◆ ZEND_FUNCTION() [9/17]

ZEND_FUNCTION ( pcntl_strerror )

◆ ZEND_FUNCTION() [10/17]

ZEND_FUNCTION ( pcntl_wait )

◆ ZEND_FUNCTION() [11/17]

ZEND_FUNCTION ( pcntl_waitpid )

◆ ZEND_FUNCTION() [12/17]

ZEND_FUNCTION ( pcntl_wexitstatus )

◆ ZEND_FUNCTION() [13/17]

ZEND_FUNCTION ( pcntl_wifexited )

◆ ZEND_FUNCTION() [14/17]

ZEND_FUNCTION ( pcntl_wifsignaled )

◆ ZEND_FUNCTION() [15/17]

ZEND_FUNCTION ( pcntl_wifstopped )

◆ ZEND_FUNCTION() [16/17]

ZEND_FUNCTION ( pcntl_wstopsig )

◆ ZEND_FUNCTION() [17/17]

ZEND_FUNCTION ( pcntl_wtermsig )