|
ILIAS
release_4-3 Revision
|
Go to the source code of this file.
Data Structures | |
| class | nusoap_base |
| nusoap_base More... | |
| class | nusoap_fault |
| Contains information for a SOAP fault. More... | |
| class | soap_fault |
| soap_fault class, allows for creation of faults mainly used for returning faults from deployed functions in a server instance. More... | |
| class | nusoap_xmlschema |
| parses an XML Schema, allows access to it's data, other utility methods. More... | |
| class | XMLSchema |
| parses an XML Schema, allows access to it's data, other utility methods no validation... More... | |
| class | soapval |
| for creating serializable abstractions of native PHP types NOTE: this is only really used when WSDL is not available. More... | |
| class | soap_transport_http |
| transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support More... | |
| class | nusoap_server |
| nusoap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses More... | |
| class | soap_server |
| soap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses More... | |
| class | wsdl |
| parses a WSDL file, allows access to it's data, other utility methods More... | |
| class | nusoap_parser |
| nusoap_parser class parses SOAP XML messages into native PHP values More... | |
| class | soap_parser |
| soap_parser class parses SOAP XML messages into native PHP values More... | |
| class | nusoap_client |
| [nu]soapclient higher level class for easy usage. More... | |
Functions | |
| timestamp_to_iso8601 ($timestamp, $utc=true) | |
| convert unix timestamp to ISO 8601 compliant date string | |
| iso8601_to_timestamp ($datestr) | |
| convert ISO 8601 compliant date string to unix timestamp | |
| usleepWindows ($usec) | |
| sleeps some number of microseconds | |
Variables | |
| if(!is_object($GLOBALS['_transient']['static']['nusoap_base'])) $GLOBALS['_transient']['static']['nusoap_base'] | globalDebugLevel = 0 |
| iso8601_to_timestamp | ( | $datestr | ) |
convert ISO 8601 compliant date string to unix timestamp
| string | $datestr | ISO 8601 compliant date string public |
Definition at line 939 of file nusoap.php.
| timestamp_to_iso8601 | ( | $timestamp, | |
$utc = true |
|||
| ) |
convert unix timestamp to ISO 8601 compliant date string
| string | $timestamp | Unix time stamp |
| boolean | $utc | Whether the time stamp is UTC or local public |
Definition at line 910 of file nusoap.php.
References $timestamp.
| usleepWindows | ( | $usec | ) |
sleeps some number of microseconds
| string | $usec | the number of microseconds to sleep public |
For backwards compatiblity, define soapclient unless the PHP SOAP extension is loaded.
Definition at line 979 of file nusoap.php.
| if (!is_object($GLOBALS['_transient']['static']['nusoap_base'])) $GLOBALS ['_transient']['static']['nusoap_base'] globalDebugLevel = 0 |
Definition at line 81 of file nusoap.php.