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

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_stringtemp_name
 
zend_stat_t sb
 

Detailed Description

Definition at line 131 of file plain_wrapper.c.

Field Documentation

◆ _reserved

unsigned php_stdio_stream_data::_reserved

Definition at line 140 of file plain_wrapper.c.

◆ cached_fstat

unsigned php_stdio_stream_data::cached_fstat

Definition at line 136 of file plain_wrapper.c.

◆ fd

int php_stdio_stream_data::fd

Definition at line 133 of file plain_wrapper.c.

◆ file

FILE * php_stdio_stream_data::file

Definition at line 132 of file plain_wrapper.c.

◆ is_pipe

unsigned php_stdio_stream_data::is_pipe

Definition at line 135 of file plain_wrapper.c.

◆ is_pipe_blocking

unsigned php_stdio_stream_data::is_pipe_blocking

Definition at line 137 of file plain_wrapper.c.

◆ is_process_pipe

unsigned php_stdio_stream_data::is_process_pipe

Definition at line 134 of file plain_wrapper.c.

◆ is_seekable

unsigned php_stdio_stream_data::is_seekable

Definition at line 139 of file plain_wrapper.c.

◆ lock_flag

int php_stdio_stream_data::lock_flag

Definition at line 142 of file plain_wrapper.c.

◆ no_forced_fstat

unsigned php_stdio_stream_data::no_forced_fstat

Definition at line 138 of file plain_wrapper.c.

◆ sb

zend_stat_t php_stdio_stream_data::sb

Definition at line 158 of file plain_wrapper.c.

◆ temp_name

zend_string* php_stdio_stream_data::temp_name

Definition at line 143 of file plain_wrapper.c.


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