PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   PHP Browser Cache Handler   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Browser Cache Handler
Issue HTTP not modified response for cached files
Author: By
Last change:
Date: 2 months ago
Size: 248 bytes
 

Contents

Class file image Download

Cache Handler

Issue "HTTP/1.1 304 Not Modified" response for cached files

Usage

include_once ('CacheHandler.php');

$filePath = $_GET['file'];

$cacheHandler = new CacheHandler();
$cacheHandler->init($filePath);