php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | _php_process_env |
struct | _php_process_handle |
Macros | |
#define | PHP_INVALID_FD (-1) |
Typedefs | |
typedef int | php_file_descriptor_t |
typedef pid_t | php_process_id_t |
typedef struct _php_process_env | php_process_env |
typedef struct _php_process_handle | php_process_handle |
#define PHP_INVALID_FD (-1) |
Definition at line 24 of file proc_open.h.
typedef int php_file_descriptor_t |
Definition at line 22 of file proc_open.h.
typedef struct _php_process_env php_process_env |
typedef struct _php_process_handle php_process_handle |
typedef pid_t php_process_id_t |
Definition at line 23 of file proc_open.h.