Login   Register  
PHP Classes
elePHPant
Icontem

File: cache/stuff_names.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-03-24 19:45
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