PHP Classes

File: cache/example.php

Recommend this page to a friend!
  Classes of troy knapp   PHP Array Cache File   cache/example.php   Download  
File: cache/example.php
Role: Sample output
Content type: text/plain
Description: Sample output
Class: PHP Array Cache File
Store array values in PHP cache file scripts
Author: By
Last change:
Date: 7 years ago
Size: 219 bytes
 

Contents

Class file image Download
<?php //auto generated on 2016-05-07 14:42:56 return array ( 0 => 123, 'animals' => array ( 0 => 'dog', 1 => 'cat', 2 => 'mouse', 3 => 'bird', ), 'key' => 'value', 'foo' => 'bar', );