PHP Classes

File: cache/stuff_names.php

Recommend this page to a friend!
  Classes of Abdulrahman Muhammad   Ocache   cache/stuff_names.php   Download  
File: cache/stuff_names.php
Role: Sample output
Content type: text/plain
Description: output sample of a cached data
Class: Ocache
Cache variable values in files or APC
Author: By
Last change:
Date: 11 years ago
Size: 339 bytes
 

Contents

Class file image Download
<?php //Cache file, generated at 25-03-2013 01:48 AM by Ocache class //No direct opening (!defined("IN_OCACHE_FILE") ? exit("hacking attemp!") : null); //return false after x time if(time() > 1364179681) return false; $data = array ( 'name1' => 'Abdul', 'name2' => 'Muhammad', 'name3' => 'Osama', ); //end of cache