php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_content_types.c File Reference
#include "php.h"
#include "SAPI.h"
#include "rfc1867.h"
#include "php_content_types.h"

Go to the source code of this file.

Functions

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

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_READER_FUNC()

SAPI_API SAPI_POST_READER_FUNC ( php_default_post_reader )

Definition at line 32 of file php_content_types.c.