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

#include <SAPI.h>

Data Fields

zend_llist headers
 
int http_response_code
 
unsigned char send_default_content_type
 
char * mimetype
 
char * http_status_line
 

Detailed Description

Definition at line 50 of file SAPI.h.

Field Documentation

◆ headers

zend_llist sapi_headers_struct::headers

Definition at line 51 of file SAPI.h.

◆ http_response_code

int sapi_headers_struct::http_response_code

Definition at line 52 of file SAPI.h.

◆ http_status_line

char* sapi_headers_struct::http_status_line

Definition at line 55 of file SAPI.h.

◆ mimetype

char* sapi_headers_struct::mimetype

Definition at line 54 of file SAPI.h.

◆ send_default_content_type

unsigned char sapi_headers_struct::send_default_content_type

Definition at line 53 of file SAPI.h.


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