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