SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

File: Base.php

Source Location: /SOAP-0.9.2/Base.php

Classes:

SOAP_Base_Object
SOAP_Base
Common base class of all SOAP classes.
QName
Class used to handle QNAME values in XML.

Page Details:

This file loads all required libraries, defines constants used across the SOAP package, and defines the base classes that most other classes of this package extend.

PHP versions 4 and 5

LICENSE: This source file is subject to version 2.02 of the PHP license, that is bundled with this package in the file LICENSE, and is available at through the world-wide-web at http://www.php.net/license/2_02.txt. If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

include_once('Mail/mimePart.php') [line 54]
include_once('Net/DIME.php') [line 61]
include_once('Mail/mimeDecode.php') [line 55]
require_once('PEAR.php') [line 47]
require_once('SOAP/Type/hexBinary.php') [line 49]
require_once('SOAP/Type/dateTime.php') [line 48]

bool $GLOBALS['SOAP_OBJECT_STRUCT'] [line 35]

SOAP_OBJECT_STRUCT makes PEAR::SOAP use objects for SOAP structures rather than arrays. This has been done to provide a closer match to php-soap. If the old behaviour is needed, set to false. The old behaviour is deprecated.
Default value:   true


[ Top ]



bool $GLOBALS['SOAP_RAW_CONVERT'] [line 45]

SOAP_RAW_CONVERT makes PEAR::SOAP attempt to determine what SOAP type a PHP string COULD be. This may result in slightly better interoperability when you are not using WSDL, and are being lazy and not using SOAP_Value to define types for your values.
Default value:   false


[ Top ]



bool $SOAP_DEBUG [line 72]

Enable debugging information?
  • Name: $SOAP_DEBUG
Default value:   false


[ Top ]



FLOAT [line 80]

FLOAT = 'double'

[ Top ]



INF [line 86]

INF = 1.8e307

[ Top ]



MAIL_MIMEPART_CRLF [line 58]

MAIL_MIMEPART_CRLF = "\r\n"

[ Top ]



NAN [line 89]

NAN = 0.0

[ Top ]



SCHEMA_CONTENT [line 112]

SCHEMA_CONTENT = 'http://schemas.xmlsoap.org/ws/2002/04/content-type/'

[ Top ]



SCHEMA_DIME [line 111]

SCHEMA_DIME = 'http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/'

[ Top ]



SCHEMA_DISCO [line 103]

SCHEMA_DISCO = 'http://schemas.xmlsoap.org/disco/'

[ Top ]



SCHEMA_DISCO_SCL [line 104]

SCHEMA_DISCO_SCL = 'http://schemas.xmlsoap.org/disco/scl/'

[ Top ]



SCHEMA_MIME [line 109]

SCHEMA_MIME = 'http://schemas.xmlsoap.org/wsdl/mime/'

[ Top ]



SCHEMA_REF [line 113]

SCHEMA_REF = 'http://schemas.xmlsoap.org/ws/2002/04/reference/'

[ Top ]



SCHEMA_SOAP [line 106]

SCHEMA_SOAP = 'http://schemas.xmlsoap.org/wsdl/soap/'

[ Top ]



SCHEMA_SOAP_HTTP [line 107]

SCHEMA_SOAP_HTTP = 'http://schemas.xmlsoap.org/soap/http'

[ Top ]



SCHEMA_WSDL [line 110]

SCHEMA_WSDL = 'http://schemas.xmlsoap.org/wsdl/'

[ Top ]



SCHEMA_WSDL_HTTP [line 108]

SCHEMA_WSDL_HTTP = 'http://schemas.xmlsoap.org/wsdl/http/'

[ Top ]



SOAP_DEFAULT_ENCODING [line 115]

SOAP_DEFAULT_ENCODING = 'UTF-8'

[ Top ]



SOAP_ENVELOP [line 101]

SOAP_ENVELOP = 'http://schemas.xmlsoap.org/soap/envelope/'

[ Top ]



SOAP_LIBRARY_NAME [line 93]

SOAP_LIBRARY_NAME = 'PEAR-SOAP 0.8.0RC4-devel'

[ Top ]



SOAP_LIBRARY_VERSION [line 92]

SOAP_LIBRARY_VERSION = '0.8.0RC4'

[ Top ]



SOAP_SCHEMA [line 99]

SOAP_SCHEMA = 'http://schemas.xmlsoap.org/wsdl/soap/'

[ Top ]



SOAP_SCHEMA_ENCODING [line 100]

SOAP_SCHEMA_ENCODING = 'http://schemas.xmlsoap.org/soap/encoding/'

[ Top ]



SOAP_XML_SCHEMA_1999 [line 98]

SOAP_XML_SCHEMA_1999 = 'http://www.w3.org/1999/XMLSchema'

[ Top ]



SOAP_XML_SCHEMA_INSTANCE [line 97]

SOAP_XML_SCHEMA_INSTANCE = 'http://www.w3.org/2001/XMLSchema-instance'

[ Top ]



SOAP_XML_SCHEMA_VERSION [line 96]

SOAP_XML_SCHEMA_VERSION = 'http://www.w3.org/2001/XMLSchema'

[ Top ]



is_a [line 118]

void is_a( &$object, $class_name)



Parameters

   &$object  
   $class_name  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:33:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.