Go to the source code of this file.
Classes | |
| class | nusoap_base |
| class | soap_fault |
| class | XMLSchema |
| class | soapval |
| class | soap_transport_http |
| class | wsdl |
| class | soap_parser |
| class | soapclient |
Functions | |
| timestamp_to_iso8601 ($timestamp, $utc=true) | |
| iso8601_to_timestamp ($datestr) | |
| usleepWindows ($usec) | |
Variables | |
| $GLOBALS['_transient']['static']['nusoap_base'] | globalDebugLevel = 9 |
| iso8601_to_timestamp | ( | $ | datestr | ) |
convert ISO 8601 compliant date string to unix timestamp
| string | $datestr ISO 8601 compliant date string public |
Definition at line 851 of file class.nusoap.php.
| timestamp_to_iso8601 | ( | $ | timestamp, | |
| $ | utc = true | |||
| ) |
convert unix timestamp to ISO 8601 compliant date string
| string | $timestamp Unix time stamp public |
Definition at line 823 of file class.nusoap.php.
| usleepWindows | ( | $ | usec | ) |
sleeps some number of microseconds
| string | $usec the number of microseconds to sleep public |
Definition at line 888 of file class.nusoap.php.
| $GLOBALS ['_transient']['static']['nusoap_base'] globalDebugLevel = 9 |
Definition at line 52 of file class.nusoap.php.
1.4.7