php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | smart_str_append_const(str, const) |
Functions | |
int | proxy_authentication (zval *this_ptr, smart_str *soap_headers) |
int | basic_authentication (zval *this_ptr, smart_str *soap_headers) |
void | http_context_headers (php_stream_context *context, bool has_authorization, bool has_proxy_authorization, bool has_cookies, smart_str *soap_headers) |
int | make_http_soap_request (zval *this_ptr, zend_string *buf, char *location, char *soapaction, int soap_version, zval *return_value) |
#define smart_str_append_const | ( | str, | |
const ) |
Definition at line 27 of file php_http.c.
Definition at line 56 of file php_http.c.
void http_context_headers | ( | php_stream_context * | context, |
bool | has_authorization, | ||
bool | has_proxy_authorization, | ||
bool | has_cookies, | ||
smart_str * | soap_headers ) |
Definition at line 144 of file php_http.c.
int make_http_soap_request | ( | zval * | this_ptr, |
zend_string * | buf, | ||
char * | location, | ||
char * | soapaction, | ||
int | soap_version, | ||
zval * | return_value ) |
Definition at line 338 of file php_http.c.
Definition at line 31 of file php_http.c.