Procedural File: class.nusoap_base.php
Source Location: /modules/nusoap/class.nusoap_base.php
Classes:
nusoap_base
nusoap_base
Page Details:
iso8601_to_timestamp [line 932]
void iso8601_to_timestamp(
string $datestr)
|
|
convert ISO 8601 compliant date string to unix timestamp
Tags:
Parameters
string |
$datestr |
ISO 8601 compliant date string |
timestamp_to_iso8601 [line 904]
void timestamp_to_iso8601(
string $timestamp, [boolean $utc = true])
|
|
convert unix timestamp to ISO 8601 compliant date string
Tags:
Parameters
string |
$timestamp |
Unix time stamp |
boolean |
$utc |
Whether the time stamp is UTC or local |
usleepWindows [line 970]
void usleepWindows(
string $usec)
|
|
sleeps some number of microseconds
Tags:
Parameters
string |
$usec |
the number of microseconds to sleep |
|