Declare timestamp parameter of http_conditionalRequest as int
This commit is contained in:
parent
59f20ea39d
commit
93b2e67758
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue