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

#include <php_apache.h>

Data Fields

int state
 
request_rec * r
 
apr_bucket_brigade * brigade
 
zend_stat_t finfo
 
int request_processed
 
char * content_type
 

Detailed Description

Definition at line 38 of file php_apache.h.

Field Documentation

◆ brigade

apr_bucket_brigade* php_struct::brigade

Definition at line 41 of file php_apache.h.

◆ content_type

char* php_struct::content_type

Definition at line 47 of file php_apache.h.

◆ finfo

zend_stat_t php_struct::finfo

Definition at line 43 of file php_apache.h.

◆ r

request_rec* php_struct::r

Definition at line 40 of file php_apache.h.

◆ request_processed

int php_struct::request_processed

Definition at line 45 of file php_apache.h.

◆ state

int php_struct::state

Definition at line 39 of file php_apache.h.


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