Zend Framework
1.12
|
Static Public Member Functions | |
static | formatTimestamp ($timestamp) |
Convert timestamp into RFC 3339 date string. | |
static | findGreatestBoundedValue ($maximumKey, $collection) |
Find the greatest key that is less than or equal to a given upper bound, and return the value associated with that key. | |
|
static |
Find the greatest key that is less than or equal to a given upper bound, and return the value associated with that key.
integer | null | $maximumKey | The upper bound for keys. If null, the maxiumum valued key will be found. |
array | $collection | An two-dimensional array of key/value pairs to search through. |
Zend_Gdata_App_Exception | Thrown if $collection is empty. |
|
static |
Convert timestamp into RFC 3339 date string.
2005-04-19T15:30:00
int | $timestamp |
Zend_Gdata_App_InvalidArgumentException |