PHP Classes

File: example/indexOpcache.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Simple Cache Library   example/indexOpcache.php   Download  
File: example/indexOpcache.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Simple Cache Library
Access data in different types of cache containers
Author: By
Last change:
Date: 5 years ago
Size: 141 bytes
 

Contents

Class file image Download
<?php

//load the cache file
require_once 'init.php';

/* Opcache */
$cache = new Lablnet\Opcache();
$file = 'test.php';
$cache->add($file);