php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_process_handle Struct Reference

#include <proc_open.h>

Data Fields

php_process_id_t child
 
int npipes
 
zend_resource ** pipes
 
zend_stringcommand
 
php_process_env env
 

Detailed Description

Definition at line 37 of file proc_open.h.

Field Documentation

◆ child

php_process_id_t _php_process_handle::child

Definition at line 38 of file proc_open.h.

◆ command

zend_string* _php_process_handle::command

Definition at line 44 of file proc_open.h.

◆ env

php_process_env _php_process_handle::env

Definition at line 45 of file proc_open.h.

◆ npipes

int _php_process_handle::npipes

Definition at line 42 of file proc_open.h.

◆ pipes

zend_resource** _php_process_handle::pipes

Definition at line 43 of file proc_open.h.


The documentation for this struct was generated from the following file: