ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
debug ($string) | |
adds debug data to the class level debug string | |
expandEntities ($val) | |
expands entities, e.g. | |
getError () | |
returns error string if present | |
setError ($str) | |
sets error string | |
isArraySimpleOrStruct ($val) | |
detect if array is a simple array or a struct (associative array) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
serializes PHP values in accordance w/ section 5. | |
serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded') | |
serialize message | |
formatDump ($str) | |
contractQname ($qname) | |
contracts a qualified name | |
expandQname ($qname) | |
expands a qualified name | |
getLocalPart ($str) | |
returns the local part of a prefixed string returns the original string, if not prefixed | |
getPrefix ($str) | |
returns the prefix part of a prefixed string returns false, if not prefixed | |
getNamespaceFromPrefix ($prefix) | |
pass it a prefix, it returns a namespace returns false if no namespace registered with the given prefix | |
getPrefixFromNamespace ($ns) | |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace | |
varDump ($data) | |
nusoap_base () | |
constructor | |
getGlobalDebugLevel () | |
gets the global debug level, which applies to future instances | |
setGlobalDebugLevel ($level) | |
sets the global debug level, which applies to future instances | |
getDebugLevel () | |
gets the debug level for this instance | |
setDebugLevel ($level) | |
sets the debug level for this instance | |
debug ($string) | |
adds debug data to the instance debug string with formatting | |
appendDebug ($string) | |
adds debug data to the instance debug string without formatting | |
clearDebug () | |
clears the current debug data for this instance | |
& | getDebug () |
gets the current debug data for this instance | |
& | getDebugAsXMLComment () |
gets the current debug data for this instance as an XML comment this may change the contents of the debug data | |
expandEntities ($val) | |
expands entities, e.g. | |
getError () | |
returns error string if present | |
setError ($str) | |
sets error string | |
isArraySimpleOrStruct ($val) | |
detect if array is a simple array or a struct (associative array) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
serializes PHP values in accordance w/ section 5. | |
serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded', $encodingStyle='http://schemas.xmlsoap.org/soap/encoding/') | |
serializes a message | |
formatDump ($str) | |
formats a string to be inserted into an HTML stream | |
contractQname ($qname) | |
contracts (changes namespace to prefix) a qualified name | |
expandQname ($qname) | |
expands (changes prefix to namespace) a qualified name | |
getLocalPart ($str) | |
returns the local part of a prefixed string returns the original string, if not prefixed | |
getPrefix ($str) | |
returns the prefix part of a prefixed string returns false, if not prefixed | |
getNamespaceFromPrefix ($prefix) | |
pass it a prefix, it returns a namespace | |
getPrefixFromNamespace ($ns) | |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace | |
getmicrotime () | |
returns the time in ODBC canonical form with microseconds | |
varDump ($data) | |
Returns a string with the output of var_dump. | |
nusoap_base () | |
constructor | |
getGlobalDebugLevel () | |
gets the global debug level, which applies to future instances | |
setGlobalDebugLevel ($level) | |
sets the global debug level, which applies to future instances | |
getDebugLevel () | |
gets the debug level for this instance | |
setDebugLevel ($level) | |
sets the debug level for this instance | |
debug ($string) | |
adds debug data to the instance debug string with formatting | |
appendDebug ($string) | |
adds debug data to the instance debug string without formatting | |
clearDebug () | |
clears the current debug data for this instance | |
& | getDebug () |
gets the current debug data for this instance | |
& | getDebugAsXMLComment () |
gets the current debug data for this instance as an XML comment this may change the contents of the debug data | |
expandEntities ($val) | |
expands entities, e.g. | |
getError () | |
returns error string if present | |
setError ($str) | |
sets error string | |
isArraySimpleOrStruct ($val) | |
detect if array is a simple array or a struct (associative array) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
serializes PHP values in accordance w/ section 5. | |
serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded', $encodingStyle='http://schemas.xmlsoap.org/soap/encoding/') | |
serializes a message | |
formatDump ($str) | |
formats a string to be inserted into an HTML stream | |
contractQname ($qname) | |
contracts (changes namespace to prefix) a qualified name | |
expandQname ($qname) | |
expands (changes prefix to namespace) a qualified name | |
getLocalPart ($str) | |
returns the local part of a prefixed string returns the original string, if not prefixed | |
getPrefix ($str) | |
returns the prefix part of a prefixed string returns false, if not prefixed | |
getNamespaceFromPrefix ($prefix) | |
pass it a prefix, it returns a namespace | |
getPrefixFromNamespace ($ns) | |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace | |
getmicrotime () | |
returns the time in ODBC canonical form with microseconds | |
varDump ($data) | |
Returns a string with the output of var_dump. |
Data Fields | |
$title = 'NuSOAP' | |
$version = '0.6.7' | |
$revision = '$Revision: 11808 $' | |
$error_str = false | |
$debug_str = '' | |
$charencoding = true | |
$XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' | |
$soap_defencoding = 'UTF-8' | |
$namespaces | |
$usedNamespaces = array() | |
$typemap | |
$xmlEntities | |
$debugLevel |
public
public
public
Definition at line 61 of file nusoap.php.
nusoap_base::appendDebug | ( | $string | ) |
adds debug data to the instance debug string without formatting
string | $string | debug data public |
Definition at line 267 of file class.nusoap_base.php.
Referenced by XMLSchema\addComplexType(), XMLSchema\addElement(), XMLSchema\addSimpleType(), soap_client\call(), debug(), wsdl\end_element(), wsdl\getTypeDef(), soap_server\invoke_method(), soap_client\parseResponse(), wsdl\parseWSDL(), XMLSchema\schemaStartElement(), soap_client\send(), soap_server\serialize_return(), serialize_val(), serializeEnvelope(), wsdl\serializeParameters(), wsdl\serializeRPCParameters(), wsdl\serializeType(), soap_server\service(), soap_client\soap_client(), soap_server\soap_server(), and wsdl\start_element().
nusoap_base::appendDebug | ( | $string | ) |
adds debug data to the instance debug string without formatting
string | $string | debug data public |
Definition at line 267 of file nusoap.php.
nusoap_base::clearDebug | ( | ) |
clears the current debug data for this instance
public
Definition at line 280 of file class.nusoap_base.php.
Referenced by soap_client\call(), soap_server\serialize_return(), soap_client\soap_client(), and soap_server\soap_server().
nusoap_base::clearDebug | ( | ) |
clears the current debug data for this instance
public
Definition at line 280 of file nusoap.php.
nusoap_base::contractQname | ( | $qname | ) |
contracts a qualified name
string | $string | qname |
Definition at line 458 of file nusoap.php.
References getPrefixFromNamespace().
nusoap_base::contractQname | ( | $qname | ) |
contracts (changes namespace to prefix) a qualified name
string | $qname | qname |
Definition at line 674 of file class.nusoap_base.php.
References getPrefixFromNamespace().
nusoap_base::contractQname | ( | $qname | ) |
contracts (changes namespace to prefix) a qualified name
string | $qname | qname |
Definition at line 674 of file nusoap.php.
References getPrefixFromNamespace().
nusoap_base::debug | ( | $string | ) |
adds debug data to the class level debug string
string | $string | debug data private |
Definition at line 144 of file nusoap.php.
Referenced by soap_transport_http\buildPayload(), soap_parser\buildVal(), soap_client\call(), soap_client\checkCookies(), soap_transport_http\connect(), soap_transport_http\decodeChunked(), soap_parser\decodeSimple(), wsdl\end_element(), soap_transport_http\getCookiesForRequest(), soap_clientmime\getHTTPBody(), nusoapservermime\getHTTPBody(), soap_client\getOperationData(), soap_transport_http\getResponse(), wsdl\getTypeDef(), soap_server\invoke_method(), soap_server\parse_http_headers(), soap_server\parse_request(), XMLSchema\parseFile(), nusoapservermime\parseRequest(), soap_server\parseRequest(), soap_clientmime\parseResponse(), soap_client\parseResponse(), XMLSchema\parseString(), wsdl\parseWSDL(), soap_transport_http\send(), soap_client\send(), soap_server\send_response(), soap_transport_http\sendRequest(), soap_server\serialize_return(), serialize_val(), wsdl\serializeComplexTypeAttributes(), wsdl\serializeComplexTypeElements(), serializeEnvelope(), wsdl\serializeParameters(), wsdl\serializeRPCParameters(), wsdl\serializeType(), soap_server\service(), soap_transport_http\setContentType(), soap_transport_http\setCredentials(), soap_transport_http\setEncoding(), soap_transport_http\setProxy(), soap_transport_http\setSOAPAction(), soap_transport_http\setURL(), soap_client\soap_client(), soap_parser\soap_parser(), soap_server\soap_server(), soap_transport_http\soap_transport_http(), wsdl\start_element(), soap_parser\start_element(), soap_client\UpdateCookies(), soap_transport_http\usePersistentConnection(), wsdl\wsdl(), XMLSchema\xdebug(), and XMLSchema\XMLSchema().
nusoap_base::debug | ( | $string | ) |
adds debug data to the instance debug string with formatting
string | $string | debug data private |
Definition at line 255 of file nusoap.php.
References appendDebug(), and getmicrotime().
nusoap_base::debug | ( | $string | ) |
adds debug data to the instance debug string with formatting
string | $string | debug data private |
Definition at line 255 of file class.nusoap_base.php.
References appendDebug(), and getmicrotime().
nusoap_base::expandEntities | ( | $val | ) |
expands entities, e.g.
changes '<' to '<'.
string | $val | The string in which to expand entities. private |
Definition at line 154 of file nusoap.php.
Referenced by serialize_val(), wsdl\serializeComplexTypeAttributes(), and wsdl\serializeType().
nusoap_base::expandEntities | ( | $val | ) |
expands entities, e.g.
changes '<' to '<'.
string | $val | The string in which to expand entities. private |
Definition at line 320 of file class.nusoap_base.php.
nusoap_base::expandEntities | ( | $val | ) |
expands entities, e.g.
changes '<' to '<'.
string | $val | The string in which to expand entities. private |
Definition at line 320 of file nusoap.php.
nusoap_base::expandQname | ( | $qname | ) |
expands a qualified name
string | $string | qname |
Definition at line 483 of file nusoap.php.
Referenced by wsdl\addComplexType(), wsdl\addSimpleType(), XMLSchema\schemaStartElement(), and wsdl\start_element().
nusoap_base::expandQname | ( | $qname | ) |
expands (changes prefix to namespace) a qualified name
string | $string | qname |
Definition at line 699 of file class.nusoap_base.php.
nusoap_base::expandQname | ( | $qname | ) |
expands (changes prefix to namespace) a qualified name
string | $string | qname |
Definition at line 699 of file nusoap.php.
nusoap_base::formatDump | ( | $str | ) |
Definition at line 446 of file nusoap.php.
nusoap_base::formatDump | ( | $str | ) |
formats a string to be inserted into an HTML stream
string | $str | The string to format |
Definition at line 662 of file class.nusoap_base.php.
nusoap_base::formatDump | ( | $str | ) |
formats a string to be inserted into an HTML stream
string | $str | The string to format |
Definition at line 662 of file nusoap.php.
& nusoap_base::getDebug | ( | ) |
gets the current debug data for this instance
Definition at line 292 of file nusoap.php.
References $debug_str.
& nusoap_base::getDebug | ( | ) |
gets the current debug data for this instance
Definition at line 292 of file class.nusoap_base.php.
References $debug_str.
Referenced by soap_client\call(), soap_server\fault(), soap_server\serialize_return(), soap_client\soap_client(), and soap_server\soap_server().
& nusoap_base::getDebugAsXMLComment | ( | ) |
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
Definition at line 305 of file nusoap.php.
& nusoap_base::getDebugAsXMLComment | ( | ) |
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
Definition at line 305 of file class.nusoap_base.php.
Referenced by soap_server\send_response(), and soap_server\service().
nusoap_base::getDebugLevel | ( | ) |
gets the debug level for this instance
Definition at line 235 of file class.nusoap_base.php.
References $debugLevel.
nusoap_base::getDebugLevel | ( | ) |
gets the debug level for this instance
Definition at line 235 of file nusoap.php.
References $debugLevel.
nusoap_base::getError | ( | ) |
returns error string if present
Definition at line 171 of file nusoap.php.
References $error_str.
Referenced by soap_client\call(), ilSOAPAuth\ilSOAPAuth(), wsdl\parseWSDL(), soap_client\send(), soap_server\serialize_return(), soap_client\soap_client(), and soap_server\soap_server().
nusoap_base::getError | ( | ) |
returns error string if present
Definition at line 337 of file nusoap.php.
References $error_str.
nusoap_base::getError | ( | ) |
returns error string if present
Definition at line 337 of file class.nusoap_base.php.
References $error_str.
nusoap_base::getGlobalDebugLevel | ( | ) |
gets the global debug level, which applies to future instances
Definition at line 215 of file class.nusoap_base.php.
References $GLOBALS.
nusoap_base::getGlobalDebugLevel | ( | ) |
gets the global debug level, which applies to future instances
Definition at line 215 of file nusoap.php.
References $GLOBALS.
nusoap_base::getLocalPart | ( | $str | ) |
returns the local part of a prefixed string returns the original string, if not prefixed
string |
Definition at line 508 of file nusoap.php.
Referenced by wsdl\addOperation(), XMLSchema\schemaEndElement(), XMLSchema\schemaStartElement(), wsdl\serialize(), wsdl\serializeComplexTypeAttributes(), wsdl\serializeComplexTypeElements(), wsdl\serializeType(), wsdl\start_element(), and soap_parser\start_element().
nusoap_base::getLocalPart | ( | $str | ) |
returns the local part of a prefixed string returns the original string, if not prefixed
string | $str | The prefixed string |
Definition at line 724 of file class.nusoap_base.php.
nusoap_base::getLocalPart | ( | $str | ) |
returns the local part of a prefixed string returns the original string, if not prefixed
string | $str | The prefixed string |
Definition at line 724 of file nusoap.php.
nusoap_base::getmicrotime | ( | ) |
returns the time in ODBC canonical form with microseconds
Definition at line 788 of file nusoap.php.
nusoap_base::getmicrotime | ( | ) |
returns the time in ODBC canonical form with microseconds
Definition at line 788 of file class.nusoap_base.php.
Referenced by debug().
nusoap_base::getNamespaceFromPrefix | ( | $prefix | ) |
pass it a prefix, it returns a namespace returns false if no namespace registered with the given prefix
string |
Definition at line 541 of file nusoap.php.
Referenced by wsdl\addOperation(), XMLSchema\schemaStartElement(), wsdl\serialize(), wsdl\serializeComplexTypeAttributes(), wsdl\serializeComplexTypeElements(), and wsdl\serializeType().
nusoap_base::getNamespaceFromPrefix | ( | $prefix | ) |
pass it a prefix, it returns a namespace
string | $prefix | The prefix |
Definition at line 756 of file class.nusoap_base.php.
nusoap_base::getNamespaceFromPrefix | ( | $prefix | ) |
pass it a prefix, it returns a namespace
string | $prefix | The prefix |
Definition at line 756 of file nusoap.php.
nusoap_base::getPrefix | ( | $str | ) |
returns the prefix part of a prefixed string returns false, if not prefixed
string |
Definition at line 525 of file nusoap.php.
Referenced by XMLSchema\addElement(), wsdl\addOperation(), XMLSchema\schemaEndElement(), XMLSchema\schemaStartElement(), wsdl\serialize(), wsdl\serializeComplexTypeAttributes(), wsdl\serializeComplexTypeElements(), wsdl\serializeType(), and soap_parser\start_element().
nusoap_base::getPrefix | ( | $str | ) |
returns the prefix part of a prefixed string returns false, if not prefixed
string | $str | The prefixed string |
Definition at line 741 of file class.nusoap_base.php.
nusoap_base::getPrefix | ( | $str | ) |
returns the prefix part of a prefixed string returns false, if not prefixed
string | $str | The prefixed string |
Definition at line 741 of file nusoap.php.
nusoap_base::getPrefixFromNamespace | ( | $ns | ) |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
string |
Definition at line 557 of file nusoap.php.
References $n.
Referenced by soap_client\call(), contractQname(), XMLSchema\schemaStartElement(), wsdl\serialize(), XMLSchema\serializeSchema(), wsdl\serializeType(), and wsdl\start_element().
nusoap_base::getPrefixFromNamespace | ( | $ns | ) |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
string | $ns | The namespace |
Definition at line 772 of file class.nusoap_base.php.
References $n.
nusoap_base::getPrefixFromNamespace | ( | $ns | ) |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
string | $ns | The namespace |
Definition at line 772 of file nusoap.php.
References $n.
nusoap_base::isArraySimpleOrStruct | ( | $val | ) |
detect if array is a simple array or a struct (associative array)
$val | The PHP array |
Definition at line 195 of file nusoap.php.
Referenced by serialize_val(), wsdl\serializeComplexTypeElements(), wsdl\serializeParameters(), wsdl\serializeRPCParameters(), and wsdl\serializeType().
nusoap_base::isArraySimpleOrStruct | ( | $val | ) |
detect if array is a simple array or a struct (associative array)
mixed | $val | The PHP array |
Definition at line 361 of file class.nusoap_base.php.
nusoap_base::isArraySimpleOrStruct | ( | $val | ) |
detect if array is a simple array or a struct (associative array)
mixed | $val | The PHP array |
Definition at line 361 of file nusoap.php.
nusoap_base::nusoap_base | ( | ) |
constructor
public
Definition at line 205 of file class.nusoap_base.php.
References $GLOBALS.
Referenced by soap_client\soap_client(), soap_fault\soap_fault(), soap_parser\soap_parser(), soap_server\soap_server(), soap_transport_http\soap_transport_http(), soapval\soapval(), wsdl\wsdl(), and XMLSchema\XMLSchema().
nusoap_base::nusoap_base | ( | ) |
nusoap_base::serialize_val | ( | $val, | |
$name = false , |
|||
$type = false , |
|||
$name_ns = false , |
|||
$type_ns = false , |
|||
$attributes = false , |
|||
$use = 'encoded' |
|||
) |
serializes PHP values in accordance w/ section 5.
Type information is not serialized if $use == 'literal'.
Definition at line 212 of file nusoap.php.
References debug(), expandEntities(), and isArraySimpleOrStruct().
Referenced by soap_client\call(), soap_fault\serialize(), soapval\serialize(), soap_server\serialize_return(), serialize_val(), wsdl\serializeComplexTypeElements(), serializeEnvelope(), and wsdl\serializeType().
nusoap_base::serialize_val | ( | $val, | |
$name = false , |
|||
$type = false , |
|||
$name_ns = false , |
|||
$type_ns = false , |
|||
$attributes = false , |
|||
$use = 'encoded' |
|||
) |
serializes PHP values in accordance w/ section 5.
Type information is not serialized if $use == 'literal'.
mixed | $val | The value to serialize |
string | $name | The name (local part) of the XML element |
string | $type | The XML schema type (local part) for the element |
string | $name_ns | The namespace for the name of the XML element |
string | $type_ns | The namespace for the type of the element |
array | $attributes | The attributes to serialize as name=>value pairs |
string | $use | The WSDL "use" (encoded|literal) |
Definition at line 385 of file class.nusoap_base.php.
References appendDebug(), debug(), expandEntities(), isArraySimpleOrStruct(), serialize_val(), and varDump().
nusoap_base::serialize_val | ( | $val, | |
$name = false , |
|||
$type = false , |
|||
$name_ns = false , |
|||
$type_ns = false , |
|||
$attributes = false , |
|||
$use = 'encoded' |
|||
) |
serializes PHP values in accordance w/ section 5.
Type information is not serialized if $use == 'literal'.
mixed | $val | The value to serialize |
string | $name | The name (local part) of the XML element |
string | $type | The XML schema type (local part) for the element |
string | $name_ns | The namespace for the name of the XML element |
string | $type_ns | The namespace for the type of the element |
array | $attributes | The attributes to serialize as name=>value pairs |
string | $use | The WSDL "use" (encoded|literal) |
Definition at line 385 of file nusoap.php.
References appendDebug(), debug(), expandEntities(), isArraySimpleOrStruct(), serialize_val(), and varDump().
nusoap_base::serializeEnvelope | ( | $body, | |
$headers = false , |
|||
$namespaces = array() , |
|||
$style = 'rpc' , |
|||
$use = 'encoded' |
|||
) |
serialize message
string | body |
string | headers optional |
array | namespaces optional |
string | style optional (rpc|document) |
string | use optional (encoded|literal) |
Definition at line 417 of file nusoap.php.
References $namespaces.
Referenced by soap_client\call(), and soap_server\serialize_return().
nusoap_base::serializeEnvelope | ( | $body, | |
$headers = false , |
|||
$namespaces = array() , |
|||
$style = 'rpc' , |
|||
$use = 'encoded' , |
|||
$encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/' |
|||
) |
serializes a message
string | $body | the XML of the SOAP body |
mixed | $headers | optional string of XML with SOAP header content, or array of soapval objects for SOAP headers |
array | $namespaces | optional the namespaces used in generating the body and headers |
string | $style | optional (rpc|document) |
string | $use | optional (encoded|literal) |
string | $encodingStyle | optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for encoded) |
Definition at line 611 of file nusoap.php.
References $namespaces, appendDebug(), debug(), serialize_val(), and varDump().
nusoap_base::serializeEnvelope | ( | $body, | |
$headers = false , |
|||
$namespaces = array() , |
|||
$style = 'rpc' , |
|||
$use = 'encoded' , |
|||
$encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/' |
|||
) |
serializes a message
string | $body | the XML of the SOAP body |
mixed | $headers | optional string of XML with SOAP header content, or array of soapval objects for SOAP headers |
array | $namespaces | optional the namespaces used in generating the body and headers |
string | $style | optional (rpc|document) |
string | $use | optional (encoded|literal) |
string | $encodingStyle | optional (usually 'http://schemas.xmlsoap.org/soap/encoding/' for encoded) |
Definition at line 611 of file class.nusoap_base.php.
References $namespaces, appendDebug(), debug(), serialize_val(), and varDump().
nusoap_base::setDebugLevel | ( | $level | ) |
sets the debug level for this instance
int | $level | Debug level 0-9, where 0 turns off public |
Definition at line 245 of file nusoap.php.
nusoap_base::setDebugLevel | ( | $level | ) |
sets the debug level for this instance
int | $level | Debug level 0-9, where 0 turns off public |
Definition at line 245 of file class.nusoap_base.php.
nusoap_base::setError | ( | $str | ) |
sets error string
Definition at line 184 of file nusoap.php.
Referenced by soap_client\_getProxyClassCode(), soap_client\call(), soap_server\configureWSDL(), soap_transport_http\connect(), soap_transport_http\getResponse(), soap_server\parse_http_headers(), XMLSchema\parseFile(), nusoapservermime\parseRequest(), soap_server\parseRequest(), soap_clientmime\parseResponse(), soap_client\parseResponse(), XMLSchema\parseString(), wsdl\parseWSDL(), soap_server\register(), soap_transport_http\send(), soap_client\send(), soap_transport_http\sendRequest(), wsdl\serializeParameters(), wsdl\serializeRPCParameters(), wsdl\serializeType(), soap_client\soap_client(), soap_parser\soap_parser(), and wsdl\webDescription().
nusoap_base::setError | ( | $str | ) |
sets error string
Definition at line 350 of file class.nusoap_base.php.
nusoap_base::setError | ( | $str | ) |
sets error string
Definition at line 350 of file nusoap.php.
nusoap_base::setGlobalDebugLevel | ( | $level | ) |
sets the global debug level, which applies to future instances
int | $level | Debug level 0-9, where 0 turns off public |
Definition at line 225 of file nusoap.php.
References $GLOBALS.
nusoap_base::setGlobalDebugLevel | ( | $level | ) |
sets the global debug level, which applies to future instances
int | $level | Debug level 0-9, where 0 turns off public |
Definition at line 225 of file class.nusoap_base.php.
References $GLOBALS.
nusoap_base::varDump | ( | $data | ) |
Definition at line 567 of file nusoap.php.
References $data.
Referenced by XMLSchema\addComplexType(), XMLSchema\addElement(), XMLSchema\addSimpleType(), soap_client\call(), XMLSchema\getTypeDef(), wsdl\getTypeDef(), soap_server\invoke_method(), XMLSchema\schemaStartElement(), soap_server\serialize_return(), serialize_val(), serializeEnvelope(), wsdl\serializeParameters(), wsdl\serializeRPCParameters(), wsdl\serializeType(), soap_server\service(), and soap_server\soap_server().
nusoap_base::varDump | ( | $data | ) |
Returns a string with the output of var_dump.
mixed | $data | The variable to var_dump |
Definition at line 807 of file class.nusoap_base.php.
References $data.
nusoap_base::varDump | ( | $data | ) |
Returns a string with the output of var_dump.
mixed | $data | The variable to var_dump |
Definition at line 807 of file nusoap.php.
References $data.
nusoap_base::$charencoding = true |
Definition at line 70 of file nusoap.php.
nusoap_base::$debug_str = '' |
Definition at line 67 of file nusoap.php.
Referenced by getDebug().
nusoap_base::$debugLevel |
Definition at line 115 of file class.nusoap_base.php.
Referenced by getDebugLevel().
nusoap_base::$error_str = false |
Definition at line 66 of file nusoap.php.
Referenced by soap_transport_http\connect(), and getError().
nusoap_base::$namespaces |
Definition at line 95 of file nusoap.php.
Referenced by serializeEnvelope(), and XMLSchema\XMLSchema().
nusoap_base::$revision = '$Revision: 11808 $' |
Definition at line 65 of file nusoap.php.
nusoap_base::$soap_defencoding = 'UTF-8' |
Definition at line 86 of file nusoap.php.
Referenced by soap_server\fault(), soap_clientmime\getHTTPBody(), nusoapservermime\getHTTPBody(), soap_server\getHTTPContentTypeCharset(), soap_client\getHTTPContentTypeCharset(), and soap_client\getProxy().
nusoap_base::$title = 'NuSOAP' |
Definition at line 63 of file nusoap.php.
nusoap_base::$typemap |
Definition at line 110 of file nusoap.php.
nusoap_base::$usedNamespaces = array() |
Definition at line 101 of file nusoap.php.
Referenced by soap_client\call().
nusoap_base::$version = '0.6.7' |
Definition at line 64 of file nusoap.php.
nusoap_base::$xmlEntities |
Definition at line 135 of file nusoap.php.
nusoap_base::$XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' |
Definition at line 78 of file nusoap.php.
Referenced by soap_parser\start_element().