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

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
 

Macro Definition Documentation

◆ PHP_INVALID_FD

#define PHP_INVALID_FD   (-1)

Definition at line 24 of file proc_open.h.

Typedef Documentation

◆ php_file_descriptor_t

typedef int php_file_descriptor_t

Definition at line 22 of file proc_open.h.

◆ php_process_env

◆ php_process_handle

◆ php_process_id_t

typedef pid_t php_process_id_t

Definition at line 23 of file proc_open.h.