Detailed Description
Definition at line 33 of file Util.php.
Member Function Documentation
Find the greatest key that is less than or equal to a given upper bound, and return the value associated with that key.
- Parameters:
-
| 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. |
- Returns:
- mixed The value corresponding to the located key.
- Exceptions:
-
Definition at line 73 of file Util.php.
Convert timestamp into RFC 3339 date string. 2005-04-19T15:30:00
- Parameters:
-
- Exceptions:
-
Definition at line 43 of file Util.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/App/Util.php