php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_http.h"
#include "php_ini.h"
#include "url.h"
#include "SAPI.h"
#include "zend_exceptions.h"
#include "basic_functions.h"
#include "zend_enum.h"
Go to the source code of this file.
Macros | |
#define | CHECK_OPTION(name) |
Functions | |
PHPAPI void | php_url_encode_hash_ex (HashTable *ht, smart_str *formstr, const char *num_prefix, size_t num_prefix_len, const zend_string *key_prefix, zval *type, const zend_string *arg_sep, int enc_type) |
PHP_FUNCTION (http_build_query) | |
PHP_FUNCTION (request_parse_body) | |
PHP_FUNCTION (http_get_last_response_headers) | |
PHP_FUNCTION (http_clear_last_response_headers) | |
PHP_FUNCTION | ( | http_build_query | ) |
PHP_FUNCTION | ( | http_clear_last_response_headers | ) |
PHP_FUNCTION | ( | http_get_last_response_headers | ) |
PHP_FUNCTION | ( | request_parse_body | ) |
PHPAPI void php_url_encode_hash_ex | ( | HashTable * | ht, |
smart_str * | formstr, | ||
const char * | num_prefix, | ||
size_t | num_prefix_len, | ||
const zend_string * | key_prefix, | ||
zval * | type, | ||
const zend_string * | arg_sep, | ||
int | enc_type ) |