ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | nusoap_base |
nusoap_base 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 | |
$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 854 of file class.nusoap_base.php.
References elseif().
timestamp_to_iso8601 | ( | $timestamp, | |
$utc = true |
|||
) |
convert unix timestamp to ISO 8601 compliant date string
string | $timestamp | Unix time stamp public |
Definition at line 826 of file class.nusoap_base.php.
References $timestamp.
usleepWindows | ( | $usec | ) |
sleeps some number of microseconds
string | $usec | the number of microseconds to sleep public |
Definition at line 891 of file class.nusoap_base.php.
References $start.
$GLOBALS ['_transient']['static']['nusoap_base'] globalDebugLevel = 9 |
Definition at line 55 of file class.nusoap_base.php.