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

#include <SAPI.h>

Data Fields

char * content_type
 
uint32_t content_type_len
 
void(* post_reader )(void)
 
void(* post_handler )(char *content_type_dup, void *arg)
 

Detailed Description

Definition at line 292 of file SAPI.h.

Field Documentation

◆ content_type

char* _sapi_post_entry::content_type

Definition at line 293 of file SAPI.h.

◆ content_type_len

uint32_t _sapi_post_entry::content_type_len

Definition at line 294 of file SAPI.h.

◆ post_handler

void(* _sapi_post_entry::post_handler) (char *content_type_dup, void *arg)

Definition at line 296 of file SAPI.h.

◆ post_reader

void(* _sapi_post_entry::post_reader) (void)

Definition at line 295 of file SAPI.h.


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