php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
int | make_http_soap_request (zval *this_ptr, zend_string *request, char *location, char *soapaction, int soap_version, zval *response) |
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) |
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 * | request, | ||
char * | location, | ||
char * | soapaction, | ||
int | soap_version, | ||
zval * | response ) |
Definition at line 338 of file php_http.c.
Definition at line 31 of file php_http.c.