mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
8 lines
218 B
C
8 lines
218 B
C
#ifndef PHP_HTTP_H
|
|
#define PHP_HTTP_H
|
|
|
|
int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *soapaction TSRMLS_DC);
|
|
int get_http_soap_response(zval *this_ptr, char **buffer, int *buffer_len TSRMLS_DC);
|
|
|
|
#endif
|