|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_soap.h>
Data Structures | |
| struct | _soap_class |
| struct | _soap_functions |
Data Fields | |
| sdlPtr | sdl |
| struct _soapService::_soap_functions | soap_functions |
| struct _soapService::_soap_class | soap_class |
| zval | soap_object |
| HashTable * | typemap |
| int | version |
| int | type |
| char * | actor |
| char * | uri |
| xmlCharEncodingHandlerPtr | encoding |
| HashTable * | class_map |
| int | features |
| int | send_errors |
| struct _soapHeader ** | soap_headers_ptr |
| bool | trace |
| zend_string * | last_response_body |
Definition at line 74 of file php_soap.h.
| char* _soapService::actor |
Definition at line 94 of file php_soap.h.
| HashTable* _soapService::class_map |
Definition at line 97 of file php_soap.h.
| xmlCharEncodingHandlerPtr _soapService::encoding |
Definition at line 96 of file php_soap.h.
| int _soapService::features |
Definition at line 98 of file php_soap.h.
| zend_string* _soapService::last_response_body |
Definition at line 103 of file php_soap.h.
| sdlPtr _soapService::sdl |
Definition at line 75 of file php_soap.h.
| int _soapService::send_errors |
Definition at line 99 of file php_soap.h.
| struct _soapService::_soap_class _soapService::soap_class |
| struct _soapService::_soap_functions _soapService::soap_functions |
| struct _soapHeader** _soapService::soap_headers_ptr |
Definition at line 100 of file php_soap.h.
| zval _soapService::soap_object |
Definition at line 89 of file php_soap.h.
| bool _soapService::trace |
Definition at line 102 of file php_soap.h.
| int _soapService::type |
Definition at line 93 of file php_soap.h.
| HashTable* _soapService::typemap |
Definition at line 91 of file php_soap.h.
| char* _soapService::uri |
Definition at line 95 of file php_soap.h.
| int _soapService::version |
Definition at line 92 of file php_soap.h.