PHP Classes

File: usage.txt

Recommend this page to a friend!
  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: 18 years ago
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); ## ## ## ######################################################