Login   Register  
PHP Classes
elePHPant
Icontem

File: usage.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bogdan Zarchievici  >  Better Array Storage  >  usage.txt  >  Download  
File: usage.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: Better Array Storage
Serialized arrays into compressed data
Author: By
Last change:
Date: 2005-06-04 02:21
Size: 838 bytes
 

Contents

Class file image Download
######################################################
##                                                  ##
## USAGE:                                           ##
##                                                  ##
## $array_storage = new array_storage;              ##
##                                                  ##
## * Compresses any existing array:                 ##
##                                                  ##
##   $array_storage->compress($array);              ##
##                                                  ##
## * Decompresses any existing array:               ##
##                                                  ##
##   $array_storage->decompress($array);            ##
##                                                  ##
######################################################