php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_content_types.h File Reference

Go to the source code of this file.

Macros

#define DEFAULT_POST_CONTENT_TYPE   "application/x-www-form-urlencoded"
 

Functions

SAPI_API SAPI_POST_READER_FUNC (php_default_post_reader)
 
SAPI_API SAPI_POST_HANDLER_FUNC (php_std_post_handler)
 
int php_startup_sapi_content_types (void)
 
int php_setup_sapi_content_types (void)
 

Macro Definition Documentation

◆ DEFAULT_POST_CONTENT_TYPE

#define DEFAULT_POST_CONTENT_TYPE   "application/x-www-form-urlencoded"

Definition at line 20 of file php_content_types.h.

Function Documentation

◆ php_setup_sapi_content_types()

int php_setup_sapi_content_types ( void )

Definition at line 54 of file php_content_types.c.

◆ php_startup_sapi_content_types()

int php_startup_sapi_content_types ( void )

Definition at line 44 of file php_content_types.c.

◆ SAPI_POST_HANDLER_FUNC()

SAPI_API SAPI_POST_HANDLER_FUNC ( php_std_post_handler )

Definition at line 420 of file php_variables.c.

◆ SAPI_POST_READER_FUNC()

SAPI_API SAPI_POST_READER_FUNC ( php_default_post_reader )

Definition at line 32 of file php_content_types.c.