Skip to content
Snippets Groups Projects
Commit 93b2e677 authored by Michael Hamann's avatar Michael Hamann
Browse files

Declare timestamp parameter of http_conditionalRequest as int

parent 59f20ea3
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment