123456789101112131415161718192021222324252627 |
- #ifndef PHP_PACKET_SOAP_H
- #define PHP_PACKET_SOAP_H
- int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC);
- #endif
|