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

#include <SAPI.h>

Data Fields

voidserver_context
 
sapi_request_info request_info
 
sapi_headers_struct sapi_headers
 
int64_t read_post_bytes
 
unsigned char post_read
 
unsigned char headers_sent
 
zend_stat_t global_stat
 
char * default_mimetype
 
char * default_charset
 
HashTablerfc1867_uploaded_files
 
zend_long post_max_size
 
int options
 
bool sapi_started
 
double global_request_time
 
HashTable known_post_content_types
 
zval callback_func
 
zend_fcall_info_cache fci_cache
 
sapi_request_parse_body_context request_parse_body_context
 

Detailed Description

Definition at line 132 of file SAPI.h.

Field Documentation

◆ callback_func

zval _sapi_globals_struct::callback_func

Definition at line 148 of file SAPI.h.

◆ default_charset

char* _sapi_globals_struct::default_charset

Definition at line 141 of file SAPI.h.

◆ default_mimetype

char* _sapi_globals_struct::default_mimetype

Definition at line 140 of file SAPI.h.

◆ fci_cache

zend_fcall_info_cache _sapi_globals_struct::fci_cache

Definition at line 149 of file SAPI.h.

◆ global_request_time

double _sapi_globals_struct::global_request_time

Definition at line 146 of file SAPI.h.

◆ global_stat

zend_stat_t _sapi_globals_struct::global_stat

Definition at line 139 of file SAPI.h.

◆ headers_sent

unsigned char _sapi_globals_struct::headers_sent

Definition at line 138 of file SAPI.h.

◆ known_post_content_types

HashTable _sapi_globals_struct::known_post_content_types

Definition at line 147 of file SAPI.h.

◆ options

int _sapi_globals_struct::options

Definition at line 144 of file SAPI.h.

◆ post_max_size

zend_long _sapi_globals_struct::post_max_size

Definition at line 143 of file SAPI.h.

◆ post_read

unsigned char _sapi_globals_struct::post_read

Definition at line 137 of file SAPI.h.

◆ read_post_bytes

int64_t _sapi_globals_struct::read_post_bytes

Definition at line 136 of file SAPI.h.

◆ request_info

sapi_request_info _sapi_globals_struct::request_info

Definition at line 134 of file SAPI.h.

◆ request_parse_body_context

sapi_request_parse_body_context _sapi_globals_struct::request_parse_body_context

Definition at line 150 of file SAPI.h.

◆ rfc1867_uploaded_files

HashTable* _sapi_globals_struct::rfc1867_uploaded_files

Definition at line 142 of file SAPI.h.

◆ sapi_headers

sapi_headers_struct _sapi_globals_struct::sapi_headers

Definition at line 135 of file SAPI.h.

◆ sapi_started

bool _sapi_globals_struct::sapi_started

Definition at line 145 of file SAPI.h.

◆ server_context

void* _sapi_globals_struct::server_context

Definition at line 133 of file SAPI.h.


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