php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_soapService Struct Reference

#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
 
HashTabletypemap
 
int version
 
int type
 
char * actor
 
char * uri
 
xmlCharEncodingHandlerPtr encoding
 
HashTableclass_map
 
int features
 
int send_errors
 
struct _soapHeader ** soap_headers_ptr
 
bool trace
 
zend_stringlast_response_body
 

Detailed Description

Definition at line 74 of file php_soap.h.

Field Documentation

◆ actor

char* _soapService::actor

Definition at line 94 of file php_soap.h.

◆ class_map

HashTable* _soapService::class_map

Definition at line 97 of file php_soap.h.

◆ encoding

xmlCharEncodingHandlerPtr _soapService::encoding

Definition at line 96 of file php_soap.h.

◆ features

int _soapService::features

Definition at line 98 of file php_soap.h.

◆ last_response_body

zend_string* _soapService::last_response_body

Definition at line 103 of file php_soap.h.

◆ sdl

sdlPtr _soapService::sdl

Definition at line 75 of file php_soap.h.

◆ send_errors

int _soapService::send_errors

Definition at line 99 of file php_soap.h.

◆ soap_class

struct _soapService::_soap_class _soapService::soap_class

◆ soap_functions

struct _soapService::_soap_functions _soapService::soap_functions

◆ soap_headers_ptr

struct _soapHeader** _soapService::soap_headers_ptr

Definition at line 100 of file php_soap.h.

◆ soap_object

zval _soapService::soap_object

Definition at line 89 of file php_soap.h.

◆ trace

bool _soapService::trace

Definition at line 102 of file php_soap.h.

◆ type

int _soapService::type

Definition at line 93 of file php_soap.h.

◆ typemap

HashTable* _soapService::typemap

Definition at line 91 of file php_soap.h.

◆ uri

char* _soapService::uri

Definition at line 95 of file php_soap.h.

◆ version

int _soapService::version

Definition at line 92 of file php_soap.h.


The documentation for this struct was generated from the following file: