php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | Soap\Url |
class | Soap\Sdl |
class | SoapParam |
class | SoapHeader |
class | SoapFault |
class | SoapVar |
class | SoapServer |
class | SoapClient |
Namespaces | |
namespace | Soap |
Functions | |
use_soap_error_handler (bool $enable=true) | |
is_soap_fault (mixed $object) | |
Variables | |
const | SOAP_1_1 = UNKNOWN |
const | SOAP_1_2 = UNKNOWN |
const | SOAP_PERSISTENCE_SESSION = UNKNOWN |
const | SOAP_PERSISTENCE_REQUEST = UNKNOWN |
const | SOAP_FUNCTIONS_ALL = UNKNOWN |
const | SOAP_ENCODED = UNKNOWN |
const | SOAP_LITERAL = UNKNOWN |
const | SOAP_RPC = UNKNOWN |
const | SOAP_DOCUMENT = UNKNOWN |
const | SOAP_ACTOR_NEXT = UNKNOWN |
const | SOAP_ACTOR_NONE = UNKNOWN |
const | SOAP_ACTOR_UNLIMATERECEIVER = UNKNOWN |
const | SOAP_COMPRESSION_ACCEPT = UNKNOWN |
const | SOAP_COMPRESSION_GZIP = UNKNOWN |
const | SOAP_COMPRESSION_DEFLATE = UNKNOWN |
const | SOAP_AUTHENTICATION_BASIC = UNKNOWN |
const | SOAP_AUTHENTICATION_DIGEST = UNKNOWN |
const | UNKNOWN_TYPE = UNKNOWN |
const | XSD_STRING = UNKNOWN |
const | XSD_BOOLEAN = UNKNOWN |
const | XSD_DECIMAL = UNKNOWN |
const | XSD_FLOAT = UNKNOWN |
const | XSD_DOUBLE = UNKNOWN |
const | XSD_DURATION = UNKNOWN |
const | XSD_DATETIME = UNKNOWN |
const | XSD_TIME = UNKNOWN |
const | XSD_DATE = UNKNOWN |
const | XSD_GYEARMONTH = UNKNOWN |
const | XSD_GYEAR = UNKNOWN |
const | XSD_GMONTHDAY = UNKNOWN |
const | XSD_GDAY = UNKNOWN |
const | XSD_GMONTH = UNKNOWN |
const | XSD_HEXBINARY = UNKNOWN |
const | XSD_BASE64BINARY = UNKNOWN |
const | XSD_ANYURI = UNKNOWN |
const | XSD_QNAME = UNKNOWN |
const | XSD_NOTATION = UNKNOWN |
const | XSD_NORMALIZEDSTRING = UNKNOWN |
const | XSD_TOKEN = UNKNOWN |
const | XSD_LANGUAGE = UNKNOWN |
const | XSD_NMTOKEN = UNKNOWN |
const | XSD_NAME = UNKNOWN |
const | XSD_NCNAME = UNKNOWN |
const | XSD_ID = UNKNOWN |
const | XSD_IDREF = UNKNOWN |
const | XSD_IDREFS = UNKNOWN |
const | XSD_ENTITY = UNKNOWN |
const | XSD_ENTITIES = UNKNOWN |
const | XSD_INTEGER = UNKNOWN |
const | XSD_NONPOSITIVEINTEGER = UNKNOWN |
const | XSD_NEGATIVEINTEGER = UNKNOWN |
const | XSD_LONG = UNKNOWN |
const | XSD_INT = UNKNOWN |
const | XSD_SHORT = UNKNOWN |
const | XSD_BYTE = UNKNOWN |
const | XSD_NONNEGATIVEINTEGER = UNKNOWN |
const | XSD_UNSIGNEDLONG = UNKNOWN |
const | XSD_UNSIGNEDINT = UNKNOWN |
const | XSD_UNSIGNEDSHORT = UNKNOWN |
const | XSD_UNSIGNEDBYTE = UNKNOWN |
const | XSD_POSITIVEINTEGER = UNKNOWN |
const | XSD_NMTOKENS = UNKNOWN |
const | XSD_ANYTYPE = UNKNOWN |
const | XSD_ANYXML = UNKNOWN |
const | APACHE_MAP = UNKNOWN |
const | SOAP_ENC_OBJECT = UNKNOWN |
const | SOAP_ENC_ARRAY = UNKNOWN |
const | XSD_1999_TIMEINSTANT = UNKNOWN |
const | XSD_NAMESPACE = UNKNOWN |
const | XSD_1999_NAMESPACE = UNKNOWN |
const | SOAP_SINGLE_ELEMENT_ARRAYS = UNKNOWN |
const | SOAP_WAIT_ONE_WAY_CALLS = UNKNOWN |
const | SOAP_USE_XSI_ARRAY_TYPE = UNKNOWN |
const | WSDL_CACHE_NONE = UNKNOWN |
const | WSDL_CACHE_DISK = UNKNOWN |
const | WSDL_CACHE_MEMORY = UNKNOWN |
const | WSDL_CACHE_BOTH = UNKNOWN |
const | SOAP_SSL_METHOD_TLS = UNKNOWN |
const | SOAP_SSL_METHOD_SSLv2 = UNKNOWN |
const | SOAP_SSL_METHOD_SSLv3 = UNKNOWN |
const | SOAP_SSL_METHOD_SSLv23 = UNKNOWN |
is_soap_fault | ( | mixed | $object | ) |
Definition at line 450 of file soap.stub.php.
use_soap_error_handler | ( | bool | $enable = true | ) |
Definition at line 448 of file soap.stub.php.
const APACHE_MAP = UNKNOWN |
Definition at line 358 of file soap.stub.php.
const SOAP_1_1 = UNKNOWN |
Definition at line 28 of file soap.stub.php.
const SOAP_1_2 = UNKNOWN |
Definition at line 33 of file soap.stub.php.
const SOAP_ACTOR_NEXT = UNKNOWN |
Definition at line 77 of file soap.stub.php.
const SOAP_ACTOR_NONE = UNKNOWN |
Definition at line 82 of file soap.stub.php.
const SOAP_ACTOR_UNLIMATERECEIVER = UNKNOWN |
Definition at line 87 of file soap.stub.php.
const SOAP_AUTHENTICATION_BASIC = UNKNOWN |
Definition at line 109 of file soap.stub.php.
const SOAP_AUTHENTICATION_DIGEST = UNKNOWN |
Definition at line 114 of file soap.stub.php.
const SOAP_COMPRESSION_ACCEPT = UNKNOWN |
Definition at line 93 of file soap.stub.php.
const SOAP_COMPRESSION_DEFLATE = UNKNOWN |
Definition at line 103 of file soap.stub.php.
const SOAP_COMPRESSION_GZIP = UNKNOWN |
Definition at line 98 of file soap.stub.php.
const SOAP_DOCUMENT = UNKNOWN |
Definition at line 71 of file soap.stub.php.
const SOAP_ENC_ARRAY = UNKNOWN |
Definition at line 369 of file soap.stub.php.
const SOAP_ENC_OBJECT = UNKNOWN |
Definition at line 364 of file soap.stub.php.
const SOAP_ENCODED = UNKNOWN |
Definition at line 55 of file soap.stub.php.
const SOAP_FUNCTIONS_ALL = UNKNOWN |
Definition at line 49 of file soap.stub.php.
const SOAP_LITERAL = UNKNOWN |
Definition at line 60 of file soap.stub.php.
const SOAP_PERSISTENCE_REQUEST = UNKNOWN |
Definition at line 43 of file soap.stub.php.
const SOAP_PERSISTENCE_SESSION = UNKNOWN |
Definition at line 38 of file soap.stub.php.
const SOAP_RPC = UNKNOWN |
Definition at line 66 of file soap.stub.php.
const SOAP_SINGLE_ELEMENT_ARRAYS = UNKNOWN |
Definition at line 392 of file soap.stub.php.
const SOAP_SSL_METHOD_SSLv2 = UNKNOWN |
Definition at line 436 of file soap.stub.php.
const SOAP_SSL_METHOD_SSLv23 = UNKNOWN |
Definition at line 446 of file soap.stub.php.
const SOAP_SSL_METHOD_SSLv3 = UNKNOWN |
Definition at line 441 of file soap.stub.php.
const SOAP_SSL_METHOD_TLS = UNKNOWN |
Definition at line 431 of file soap.stub.php.
const SOAP_USE_XSI_ARRAY_TYPE = UNKNOWN |
Definition at line 402 of file soap.stub.php.
const SOAP_WAIT_ONE_WAY_CALLS = UNKNOWN |
Definition at line 397 of file soap.stub.php.
const UNKNOWN_TYPE = UNKNOWN |
Definition at line 120 of file soap.stub.php.
const WSDL_CACHE_BOTH = UNKNOWN |
Definition at line 423 of file soap.stub.php.
const WSDL_CACHE_DISK = UNKNOWN |
Definition at line 413 of file soap.stub.php.
const WSDL_CACHE_MEMORY = UNKNOWN |
Definition at line 418 of file soap.stub.php.
const WSDL_CACHE_NONE = UNKNOWN |
Definition at line 408 of file soap.stub.php.
const XSD_1999_NAMESPACE = UNKNOWN |
Definition at line 386 of file soap.stub.php.
const XSD_1999_TIMEINSTANT = UNKNOWN |
Definition at line 375 of file soap.stub.php.
const XSD_ANYTYPE = UNKNOWN |
Definition at line 347 of file soap.stub.php.
const XSD_ANYURI = UNKNOWN |
Definition at line 206 of file soap.stub.php.
const XSD_ANYXML = UNKNOWN |
Definition at line 352 of file soap.stub.php.
const XSD_BASE64BINARY = UNKNOWN |
Definition at line 201 of file soap.stub.php.
const XSD_BOOLEAN = UNKNOWN |
Definition at line 131 of file soap.stub.php.
const XSD_BYTE = UNKNOWN |
Definition at line 307 of file soap.stub.php.
const XSD_DATE = UNKNOWN |
Definition at line 166 of file soap.stub.php.
const XSD_DATETIME = UNKNOWN |
Definition at line 156 of file soap.stub.php.
const XSD_DECIMAL = UNKNOWN |
Definition at line 136 of file soap.stub.php.
const XSD_DOUBLE = UNKNOWN |
Definition at line 146 of file soap.stub.php.
const XSD_DURATION = UNKNOWN |
Definition at line 151 of file soap.stub.php.
const XSD_ENTITIES = UNKNOWN |
Definition at line 272 of file soap.stub.php.
const XSD_ENTITY = UNKNOWN |
Definition at line 267 of file soap.stub.php.
const XSD_FLOAT = UNKNOWN |
Definition at line 141 of file soap.stub.php.
const XSD_GDAY = UNKNOWN |
Definition at line 186 of file soap.stub.php.
const XSD_GMONTH = UNKNOWN |
Definition at line 191 of file soap.stub.php.
const XSD_GMONTHDAY = UNKNOWN |
Definition at line 181 of file soap.stub.php.
const XSD_GYEAR = UNKNOWN |
Definition at line 176 of file soap.stub.php.
const XSD_GYEARMONTH = UNKNOWN |
Definition at line 171 of file soap.stub.php.
const XSD_HEXBINARY = UNKNOWN |
Definition at line 196 of file soap.stub.php.
const XSD_ID = UNKNOWN |
Definition at line 252 of file soap.stub.php.
const XSD_IDREF = UNKNOWN |
Definition at line 257 of file soap.stub.php.
const XSD_IDREFS = UNKNOWN |
Definition at line 262 of file soap.stub.php.
const XSD_INT = UNKNOWN |
Definition at line 297 of file soap.stub.php.
const XSD_INTEGER = UNKNOWN |
Definition at line 277 of file soap.stub.php.
const XSD_LANGUAGE = UNKNOWN |
Definition at line 232 of file soap.stub.php.
const XSD_LONG = UNKNOWN |
Definition at line 292 of file soap.stub.php.
const XSD_NAME = UNKNOWN |
Definition at line 242 of file soap.stub.php.
const XSD_NAMESPACE = UNKNOWN |
Definition at line 381 of file soap.stub.php.
const XSD_NCNAME = UNKNOWN |
Definition at line 247 of file soap.stub.php.
const XSD_NEGATIVEINTEGER = UNKNOWN |
Definition at line 287 of file soap.stub.php.
const XSD_NMTOKEN = UNKNOWN |
Definition at line 237 of file soap.stub.php.
const XSD_NMTOKENS = UNKNOWN |
Definition at line 342 of file soap.stub.php.
const XSD_NONNEGATIVEINTEGER = UNKNOWN |
Definition at line 312 of file soap.stub.php.
const XSD_NONPOSITIVEINTEGER = UNKNOWN |
Definition at line 282 of file soap.stub.php.
const XSD_NORMALIZEDSTRING = UNKNOWN |
Definition at line 222 of file soap.stub.php.
const XSD_NOTATION = UNKNOWN |
Definition at line 216 of file soap.stub.php.
const XSD_POSITIVEINTEGER = UNKNOWN |
Definition at line 337 of file soap.stub.php.
const XSD_QNAME = UNKNOWN |
Definition at line 211 of file soap.stub.php.
const XSD_SHORT = UNKNOWN |
Definition at line 302 of file soap.stub.php.
const XSD_STRING = UNKNOWN |
Definition at line 126 of file soap.stub.php.
const XSD_TIME = UNKNOWN |
Definition at line 161 of file soap.stub.php.
const XSD_TOKEN = UNKNOWN |
Definition at line 227 of file soap.stub.php.
const XSD_UNSIGNEDBYTE = UNKNOWN |
Definition at line 332 of file soap.stub.php.
const XSD_UNSIGNEDINT = UNKNOWN |
Definition at line 322 of file soap.stub.php.
const XSD_UNSIGNEDLONG = UNKNOWN |
Definition at line 317 of file soap.stub.php.
const XSD_UNSIGNEDSHORT = UNKNOWN |
Definition at line 327 of file soap.stub.php.