Recommend this page to a friend! |
Classes of troy knapp | > | PHP Array Cache File | > | cache/example.php | > | 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', ); |