php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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) |
#define DEFAULT_POST_CONTENT_TYPE "application/x-www-form-urlencoded" |
Definition at line 20 of file php_content_types.h.
int php_setup_sapi_content_types | ( | void | ) |
Definition at line 54 of file php_content_types.c.
int php_startup_sapi_content_types | ( | void | ) |
Definition at line 44 of file php_content_types.c.
SAPI_API SAPI_POST_HANDLER_FUNC | ( | php_std_post_handler | ) |
Definition at line 420 of file php_variables.c.
SAPI_API SAPI_POST_READER_FUNC | ( | php_default_post_reader | ) |
Definition at line 32 of file php_content_types.c.