|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
Definition at line 38 of file php_apache.h.
| apr_bucket_brigade* php_struct::brigade |
Definition at line 41 of file php_apache.h.
| char* php_struct::content_type |
Definition at line 47 of file php_apache.h.
| zend_stat_t php_struct::finfo |
Definition at line 43 of file php_apache.h.
| request_rec* php_struct::r |
Definition at line 40 of file php_apache.h.
| int php_struct::request_processed |
Definition at line 45 of file php_apache.h.
| int php_struct::state |
Definition at line 39 of file php_apache.h.