Storage

Package:
Storage
Summary:
Store and retrieve variable values from files
Groups:
Data types, Files and Folders, PHP 5
Author:
Domenico Pontari
Description:
This class can be used to store and retrieve variable values from files.

It can take variable values and store them in files with given names.

The class can also do the opposite, i.e. retrieve variable values from files.

The variables can be scalar, or objects or arrays, provided the class or a sub-class defines functions to serialize and unserialize the variable values.


Powered by Gewgley