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

#include <rfc1867.h>

Data Fields

size_t post_bytes_processed
 
char * name
 
char ** value
 
size_t length
 
size_t * newlength
 

Detailed Description

Definition at line 44 of file rfc1867.h.

Field Documentation

◆ length

size_t _multipart_event_formdata::length

Definition at line 48 of file rfc1867.h.

◆ name

char* _multipart_event_formdata::name

Definition at line 46 of file rfc1867.h.

◆ newlength

size_t* _multipart_event_formdata::newlength

Definition at line 49 of file rfc1867.h.

◆ post_bytes_processed

size_t _multipart_event_formdata::post_bytes_processed

Definition at line 45 of file rfc1867.h.

◆ value

char** _multipart_event_formdata::value

Definition at line 47 of file rfc1867.h.


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