php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
php_stream_filter * | transfer_encoding |
size_t | file_size |
bool | error |
bool | follow_location |
char * | location |
size_t | location_len |
Definition at line 147 of file http_fopen_wrapper.c.
bool _php_stream_http_response_header_info::error |
Definition at line 150 of file http_fopen_wrapper.c.
size_t _php_stream_http_response_header_info::file_size |
Definition at line 149 of file http_fopen_wrapper.c.
bool _php_stream_http_response_header_info::follow_location |
Definition at line 151 of file http_fopen_wrapper.c.
char* _php_stream_http_response_header_info::location |
Definition at line 152 of file http_fopen_wrapper.c.
size_t _php_stream_http_response_header_info::location_len |
Definition at line 153 of file http_fopen_wrapper.c.
php_stream_filter* _php_stream_http_response_header_info::transfer_encoding |
Definition at line 148 of file http_fopen_wrapper.c.