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

#include <SAPI.h>

Data Fields

bool throw_exceptions
 
struct { 
 
   bool   set 
 
   zend_long   value 
 
options_cache [5] 
 

Detailed Description

Definition at line 111 of file SAPI.h.

Field Documentation

◆ [struct]

struct { ... } sapi_request_parse_body_context::options_cache[5]

◆ set

bool sapi_request_parse_body_context::set

Definition at line 114 of file SAPI.h.

◆ throw_exceptions

bool sapi_request_parse_body_context::throw_exceptions

Definition at line 112 of file SAPI.h.

◆ value

zend_long sapi_request_parse_body_context::value

Definition at line 115 of file SAPI.h.


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