|
|
| Name: |
Better Array Storage |
| Base name: |
better-array-storage |
| Description: |
Serialized arrays into compressed data |
| Related classes: |
serialize, zlib, eval, storage, unserialize, VAR |
| Version: |
- |
| PHP version: |
- |
| License: |
Free for non-commercial use |
| All time users: |
1023 users |
| All time rank: |
2985 |
| Week users: |
0 users |
| Week rank: |
2370 |
| |
|
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.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|