php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_http.h File Reference
#include "php.h"
#include "zend_types.h"
#include "zend_smart_str.h"

Go to the source code of this file.

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)
 

Function Documentation

◆ php_url_encode_hash_ex()

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 )

Definition at line 109 of file http.c.