php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
soap.stub.php File Reference

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
 

Function Documentation

◆ is_soap_fault()

is_soap_fault ( mixed $object)

Definition at line 450 of file soap.stub.php.

◆ use_soap_error_handler()

use_soap_error_handler ( bool $enable = true)

Definition at line 448 of file soap.stub.php.

Variable Documentation

◆ APACHE_MAP

const APACHE_MAP = UNKNOWN

Definition at line 358 of file soap.stub.php.

◆ SOAP_1_1

const SOAP_1_1 = UNKNOWN

Definition at line 28 of file soap.stub.php.

◆ SOAP_1_2

const SOAP_1_2 = UNKNOWN

Definition at line 33 of file soap.stub.php.

◆ SOAP_ACTOR_NEXT

const SOAP_ACTOR_NEXT = UNKNOWN

Definition at line 77 of file soap.stub.php.

◆ SOAP_ACTOR_NONE

const SOAP_ACTOR_NONE = UNKNOWN

Definition at line 82 of file soap.stub.php.

◆ SOAP_ACTOR_UNLIMATERECEIVER

const SOAP_ACTOR_UNLIMATERECEIVER = UNKNOWN

Definition at line 87 of file soap.stub.php.

◆ SOAP_AUTHENTICATION_BASIC

const SOAP_AUTHENTICATION_BASIC = UNKNOWN

Definition at line 109 of file soap.stub.php.

◆ SOAP_AUTHENTICATION_DIGEST

const SOAP_AUTHENTICATION_DIGEST = UNKNOWN

Definition at line 114 of file soap.stub.php.

◆ SOAP_COMPRESSION_ACCEPT

const SOAP_COMPRESSION_ACCEPT = UNKNOWN

Definition at line 93 of file soap.stub.php.

◆ SOAP_COMPRESSION_DEFLATE

const SOAP_COMPRESSION_DEFLATE = UNKNOWN

Definition at line 103 of file soap.stub.php.

◆ SOAP_COMPRESSION_GZIP

const SOAP_COMPRESSION_GZIP = UNKNOWN

Definition at line 98 of file soap.stub.php.

◆ SOAP_DOCUMENT

const SOAP_DOCUMENT = UNKNOWN

Definition at line 71 of file soap.stub.php.

◆ SOAP_ENC_ARRAY

const SOAP_ENC_ARRAY = UNKNOWN

Definition at line 369 of file soap.stub.php.

◆ SOAP_ENC_OBJECT

const SOAP_ENC_OBJECT = UNKNOWN

Definition at line 364 of file soap.stub.php.

◆ SOAP_ENCODED

const SOAP_ENCODED = UNKNOWN

Definition at line 55 of file soap.stub.php.

◆ SOAP_FUNCTIONS_ALL

const SOAP_FUNCTIONS_ALL = UNKNOWN

Definition at line 49 of file soap.stub.php.

◆ SOAP_LITERAL

const SOAP_LITERAL = UNKNOWN

Definition at line 60 of file soap.stub.php.

◆ SOAP_PERSISTENCE_REQUEST

const SOAP_PERSISTENCE_REQUEST = UNKNOWN

Definition at line 43 of file soap.stub.php.

◆ SOAP_PERSISTENCE_SESSION

const SOAP_PERSISTENCE_SESSION = UNKNOWN

Definition at line 38 of file soap.stub.php.

◆ SOAP_RPC

const SOAP_RPC = UNKNOWN

Definition at line 66 of file soap.stub.php.

◆ SOAP_SINGLE_ELEMENT_ARRAYS

const SOAP_SINGLE_ELEMENT_ARRAYS = UNKNOWN

Definition at line 392 of file soap.stub.php.

◆ SOAP_SSL_METHOD_SSLv2

const SOAP_SSL_METHOD_SSLv2 = UNKNOWN

Definition at line 436 of file soap.stub.php.

◆ SOAP_SSL_METHOD_SSLv23

const SOAP_SSL_METHOD_SSLv23 = UNKNOWN

Definition at line 446 of file soap.stub.php.

◆ SOAP_SSL_METHOD_SSLv3

const SOAP_SSL_METHOD_SSLv3 = UNKNOWN

Definition at line 441 of file soap.stub.php.

◆ SOAP_SSL_METHOD_TLS

const SOAP_SSL_METHOD_TLS = UNKNOWN

Definition at line 431 of file soap.stub.php.

◆ SOAP_USE_XSI_ARRAY_TYPE

const SOAP_USE_XSI_ARRAY_TYPE = UNKNOWN

Definition at line 402 of file soap.stub.php.

◆ SOAP_WAIT_ONE_WAY_CALLS

const SOAP_WAIT_ONE_WAY_CALLS = UNKNOWN

Definition at line 397 of file soap.stub.php.

◆ UNKNOWN_TYPE

const UNKNOWN_TYPE = UNKNOWN

Definition at line 120 of file soap.stub.php.

◆ WSDL_CACHE_BOTH

const WSDL_CACHE_BOTH = UNKNOWN

Definition at line 423 of file soap.stub.php.

◆ WSDL_CACHE_DISK

const WSDL_CACHE_DISK = UNKNOWN

Definition at line 413 of file soap.stub.php.

◆ WSDL_CACHE_MEMORY

const WSDL_CACHE_MEMORY = UNKNOWN

Definition at line 418 of file soap.stub.php.

◆ WSDL_CACHE_NONE

const WSDL_CACHE_NONE = UNKNOWN

Definition at line 408 of file soap.stub.php.

◆ XSD_1999_NAMESPACE

const XSD_1999_NAMESPACE = UNKNOWN

Definition at line 386 of file soap.stub.php.

◆ XSD_1999_TIMEINSTANT

const XSD_1999_TIMEINSTANT = UNKNOWN

Definition at line 375 of file soap.stub.php.

◆ XSD_ANYTYPE

const XSD_ANYTYPE = UNKNOWN

Definition at line 347 of file soap.stub.php.

◆ XSD_ANYURI

const XSD_ANYURI = UNKNOWN

Definition at line 206 of file soap.stub.php.

◆ XSD_ANYXML

const XSD_ANYXML = UNKNOWN

Definition at line 352 of file soap.stub.php.

◆ XSD_BASE64BINARY

const XSD_BASE64BINARY = UNKNOWN

Definition at line 201 of file soap.stub.php.

◆ XSD_BOOLEAN

const XSD_BOOLEAN = UNKNOWN

Definition at line 131 of file soap.stub.php.

◆ XSD_BYTE

const XSD_BYTE = UNKNOWN

Definition at line 307 of file soap.stub.php.

◆ XSD_DATE

const XSD_DATE = UNKNOWN

Definition at line 166 of file soap.stub.php.

◆ XSD_DATETIME

const XSD_DATETIME = UNKNOWN

Definition at line 156 of file soap.stub.php.

◆ XSD_DECIMAL

const XSD_DECIMAL = UNKNOWN

Definition at line 136 of file soap.stub.php.

◆ XSD_DOUBLE

const XSD_DOUBLE = UNKNOWN

Definition at line 146 of file soap.stub.php.

◆ XSD_DURATION

const XSD_DURATION = UNKNOWN

Definition at line 151 of file soap.stub.php.

◆ XSD_ENTITIES

const XSD_ENTITIES = UNKNOWN

Definition at line 272 of file soap.stub.php.

◆ XSD_ENTITY

const XSD_ENTITY = UNKNOWN

Definition at line 267 of file soap.stub.php.

◆ XSD_FLOAT

const XSD_FLOAT = UNKNOWN

Definition at line 141 of file soap.stub.php.

◆ XSD_GDAY

const XSD_GDAY = UNKNOWN

Definition at line 186 of file soap.stub.php.

◆ XSD_GMONTH

const XSD_GMONTH = UNKNOWN

Definition at line 191 of file soap.stub.php.

◆ XSD_GMONTHDAY

const XSD_GMONTHDAY = UNKNOWN

Definition at line 181 of file soap.stub.php.

◆ XSD_GYEAR

const XSD_GYEAR = UNKNOWN

Definition at line 176 of file soap.stub.php.

◆ XSD_GYEARMONTH

const XSD_GYEARMONTH = UNKNOWN

Definition at line 171 of file soap.stub.php.

◆ XSD_HEXBINARY

const XSD_HEXBINARY = UNKNOWN

Definition at line 196 of file soap.stub.php.

◆ XSD_ID

const XSD_ID = UNKNOWN

Definition at line 252 of file soap.stub.php.

◆ XSD_IDREF

const XSD_IDREF = UNKNOWN

Definition at line 257 of file soap.stub.php.

◆ XSD_IDREFS

const XSD_IDREFS = UNKNOWN

Definition at line 262 of file soap.stub.php.

◆ XSD_INT

const XSD_INT = UNKNOWN

Definition at line 297 of file soap.stub.php.

◆ XSD_INTEGER

const XSD_INTEGER = UNKNOWN

Definition at line 277 of file soap.stub.php.

◆ XSD_LANGUAGE

const XSD_LANGUAGE = UNKNOWN

Definition at line 232 of file soap.stub.php.

◆ XSD_LONG

const XSD_LONG = UNKNOWN

Definition at line 292 of file soap.stub.php.

◆ XSD_NAME

const XSD_NAME = UNKNOWN

Definition at line 242 of file soap.stub.php.

◆ XSD_NAMESPACE

const XSD_NAMESPACE = UNKNOWN

Definition at line 381 of file soap.stub.php.

◆ XSD_NCNAME

const XSD_NCNAME = UNKNOWN

Definition at line 247 of file soap.stub.php.

◆ XSD_NEGATIVEINTEGER

const XSD_NEGATIVEINTEGER = UNKNOWN

Definition at line 287 of file soap.stub.php.

◆ XSD_NMTOKEN

const XSD_NMTOKEN = UNKNOWN

Definition at line 237 of file soap.stub.php.

◆ XSD_NMTOKENS

const XSD_NMTOKENS = UNKNOWN

Definition at line 342 of file soap.stub.php.

◆ XSD_NONNEGATIVEINTEGER

const XSD_NONNEGATIVEINTEGER = UNKNOWN

Definition at line 312 of file soap.stub.php.

◆ XSD_NONPOSITIVEINTEGER

const XSD_NONPOSITIVEINTEGER = UNKNOWN

Definition at line 282 of file soap.stub.php.

◆ XSD_NORMALIZEDSTRING

const XSD_NORMALIZEDSTRING = UNKNOWN

Definition at line 222 of file soap.stub.php.

◆ XSD_NOTATION

const XSD_NOTATION = UNKNOWN

Definition at line 216 of file soap.stub.php.

◆ XSD_POSITIVEINTEGER

const XSD_POSITIVEINTEGER = UNKNOWN

Definition at line 337 of file soap.stub.php.

◆ XSD_QNAME

const XSD_QNAME = UNKNOWN

Definition at line 211 of file soap.stub.php.

◆ XSD_SHORT

const XSD_SHORT = UNKNOWN

Definition at line 302 of file soap.stub.php.

◆ XSD_STRING

const XSD_STRING = UNKNOWN

Definition at line 126 of file soap.stub.php.

◆ XSD_TIME

const XSD_TIME = UNKNOWN

Definition at line 161 of file soap.stub.php.

◆ XSD_TOKEN

const XSD_TOKEN = UNKNOWN

Definition at line 227 of file soap.stub.php.

◆ XSD_UNSIGNEDBYTE

const XSD_UNSIGNEDBYTE = UNKNOWN

Definition at line 332 of file soap.stub.php.

◆ XSD_UNSIGNEDINT

const XSD_UNSIGNEDINT = UNKNOWN

Definition at line 322 of file soap.stub.php.

◆ XSD_UNSIGNEDLONG

const XSD_UNSIGNEDLONG = UNKNOWN

Definition at line 317 of file soap.stub.php.

◆ XSD_UNSIGNEDSHORT

const XSD_UNSIGNEDSHORT = UNKNOWN

Definition at line 327 of file soap.stub.php.