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

Data Fields

php_stream_filtertransfer_encoding
 
size_t file_size
 
bool error
 
bool follow_location
 
char * location
 
size_t location_len
 

Detailed Description

Definition at line 147 of file http_fopen_wrapper.c.

Field Documentation

◆ error

bool _php_stream_http_response_header_info::error

Definition at line 150 of file http_fopen_wrapper.c.

◆ file_size

size_t _php_stream_http_response_header_info::file_size

Definition at line 149 of file http_fopen_wrapper.c.

◆ follow_location

bool _php_stream_http_response_header_info::follow_location

Definition at line 151 of file http_fopen_wrapper.c.

◆ location

char* _php_stream_http_response_header_info::location

Definition at line 152 of file http_fopen_wrapper.c.

◆ location_len

size_t _php_stream_http_response_header_info::location_len

Definition at line 153 of file http_fopen_wrapper.c.

◆ transfer_encoding

php_stream_filter* _php_stream_http_response_header_info::transfer_encoding

Definition at line 148 of file http_fopen_wrapper.c.


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