|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <SAPI.h>
Data Fields | |
| void * | server_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 |
| HashTable * | rfc1867_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 |
| zend_fcall_info_cache _sapi_globals_struct::fci_cache |
| zend_stat_t _sapi_globals_struct::global_stat |
| sapi_request_info _sapi_globals_struct::request_info |
| sapi_request_parse_body_context _sapi_globals_struct::request_parse_body_context |
| sapi_headers_struct _sapi_globals_struct::sapi_headers |