|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Data Structures | |
| class | nusoap_base |
| nusoap_base 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 | XMLSchema |
| parses an XML Schema, allows access to it's data, other utility methods no validation... yet. 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 | 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 | soap_parser |
| soap_parser class parses SOAP XML messages into native PHP values More... | |
| class | soap_client |
| soapclient higher level class for easy usage. More... | |
Functions | |
| timestamp_to_iso8601 ($timestamp, $utc=true) | |
| convert unix timestamp to ISO 8601 compliant date string More... | |
| iso8601_to_timestamp ($datestr) | |
| convert ISO 8601 compliant date string to unix timestamp More... | |
| usleepWindows ($usec) | |
| iso8601_to_timestamp | ( | $datestr | ) |
convert ISO 8601 compliant date string to unix timestamp
| string | $datestr | ISO 8601 compliant date string @access public |
Definition at line 614 of file nusoap.php.
| timestamp_to_iso8601 | ( | $timestamp, | |
$utc = true |
|||
| ) |
convert unix timestamp to ISO 8601 compliant date string
| string | $timestamp | Unix time stamp @access public |
Definition at line 586 of file nusoap.php.
References $timestamp.
| usleepWindows | ( | $usec | ) |
Definition at line 644 of file nusoap.php.
References $start.