php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>
#include "php.h"
#include "php_open_temporary_file.h"
#include "zend_globals.h"
#include "php_globals.h"
#include "php_variables.h"
#include "rfc1867.h"
#include "zend_smart_string.h"
#include "zend_exceptions.h"
Go to the source code of this file.
Data Structures | |
struct | multipart_buffer |
struct | mime_header_entry |
Macros | |
#define | DEBUG_FILE_UPLOAD 0 |
#define | MAX_SIZE_OF_INDEX sizeof("[full_path]") |
#define | MAX_SIZE_ANONNAME 33 |
#define | FILLUNIT (1024 * 5) |
#define | EMIT_WARNING_OR_ERROR(...) |
Functions | |
PHPAPI void | destroy_uploaded_files_hash (void) |
SAPI_API | SAPI_POST_HANDLER_FUNC (rfc1867_post_handler) |
SAPI_API void | php_rfc1867_set_multibyte_callbacks (php_rfc1867_encoding_translation_t encoding_translation, php_rfc1867_get_detect_order_t get_detect_order, php_rfc1867_set_input_encoding_t set_input_encoding, php_rfc1867_getword_t getword, php_rfc1867_getword_conf_t getword_conf, php_rfc1867_basename_t basename) |
Variables | |
PHPAPI zend_result(* | php_rfc1867_callback )(unsigned int event, void *event_data, void **extra) = NULL |
#define EMIT_WARNING_OR_ERROR | ( | ... | ) |
SAPI_API void php_rfc1867_set_multibyte_callbacks | ( | php_rfc1867_encoding_translation_t | encoding_translation, |
php_rfc1867_get_detect_order_t | get_detect_order, | ||
php_rfc1867_set_input_encoding_t | set_input_encoding, | ||
php_rfc1867_getword_t | getword, | ||
php_rfc1867_getword_conf_t | getword_conf, | ||
php_rfc1867_basename_t | basename ) |