Login   Register  
PHP Classes

Class: Better Array Storage

Icontem
elePHPant

  Classes of Bogdan Zarchievici  >  Better Array Storage  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Better Array Storage Support forum
Base name: better-array-storage
Description: Serialized arrays into compressed data
Version: -
Required PHP version: -
License: Free for non-commercial use
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Bogdan Zarchievici
Name: Bogdan Zarchievici <e-mail contact>
Published packages: 6 Browse this author's classes Browse this author's classes
Country: Romania Romania - PHP jobs in Romania
Home page: http://www.creative-media.ro/

Groups

Group folder image Compression Data compression and file archive manipulation View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes

Detailed description

This is a simple class that can serialize and unserialize arrays in compressed data.

The class uses the var_export function to create a serialized version of the array that is compressed with zlib library functions.

To unserialize the class decompresses the serialized array and uses the PHP eval function to restore the original array values.

The class can operate on arrays of any number of dimensions.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file array_storage.php Class Class
Plain text file example.php Example Example
Plain text file usage.txt Doc. Readme
Download all files: better-array-storage.tar.gz better-array-storage.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.