php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
FILE * | file |
int | fd |
unsigned | is_process_pipe:1 |
unsigned | is_pipe:1 |
unsigned | cached_fstat:1 |
unsigned | is_pipe_blocking:1 |
unsigned | no_forced_fstat:1 |
unsigned | is_seekable:1 |
unsigned | _reserved:26 |
int | lock_flag |
zend_string * | temp_name |
zend_stat_t | sb |
Definition at line 131 of file plain_wrapper.c.
unsigned php_stdio_stream_data::_reserved |
Definition at line 140 of file plain_wrapper.c.
unsigned php_stdio_stream_data::cached_fstat |
Definition at line 136 of file plain_wrapper.c.
int php_stdio_stream_data::fd |
Definition at line 133 of file plain_wrapper.c.
FILE * php_stdio_stream_data::file |
Definition at line 132 of file plain_wrapper.c.
unsigned php_stdio_stream_data::is_pipe |
Definition at line 135 of file plain_wrapper.c.
unsigned php_stdio_stream_data::is_pipe_blocking |
Definition at line 137 of file plain_wrapper.c.
unsigned php_stdio_stream_data::is_process_pipe |
Definition at line 134 of file plain_wrapper.c.
unsigned php_stdio_stream_data::is_seekable |
Definition at line 139 of file plain_wrapper.c.
int php_stdio_stream_data::lock_flag |
Definition at line 142 of file plain_wrapper.c.
unsigned php_stdio_stream_data::no_forced_fstat |
Definition at line 138 of file plain_wrapper.c.
zend_stat_t php_stdio_stream_data::sb |
Definition at line 158 of file plain_wrapper.c.
zend_string* php_stdio_stream_data::temp_name |
Definition at line 143 of file plain_wrapper.c.