Declare timestamp parameter of http_conditionalRequest as int

This commit is contained in:
Michael Hamann 2012-08-24 14:29:05 +02:00
parent 59f20ea39d
commit 93b2e67758

View file

@ -15,7 +15,7 @@ define('HTTP_CHUNK_SIZE',16*1024);
*
* @author Simon Willison <swillison@gmail.com>
* @link http://simonwillison.net/2003/Apr/23/conditionalGet/
* @param timestamp $timestamp lastmodified time of the cache file
* @param int $timestamp lastmodified time of the cache file
* @returns void or exits with previously header() commands executed
*/
function http_conditionalRequest($timestamp){