PHP Classes

io_dz: Serialize values to a compressed string

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 446 This week: 1All time: 6,208 This week: 560Up
Version License PHP version Categories
io_dz 4.0GNU General Publi...4.0Compression, Data types
Description 

Author

This is a simple class that can be used to serialized and unserialize variable values to a compressed binary string.

It takes a variable values, serializes and compresses it with gzip algorithm to occupy less space.

The class can also do the opposite, i.e. uncompress and unserialize a variable value.

Innovation Award
PHP Programming Innovation award nominee
May 2008
Number 5
Serialization is a process to convert PHP variable values into a flat text strings.

When a variable is complex array or object structure, the resulting serialized string may be very long and take too much space.

This class provides a solution to reduce the size of serialized value strings by using compression.

Manuel Lemos
Picture of bobak
Name: bobak <contact>
Classes: 7 packages by
Country: France France
Age: ???
All time rank: 36923 in France France
Week rank: 411 Down15 in France France Up
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Plain text file io_dz.php Class Serialized and compressed Data

 Version Control Unique User Downloads Download Rankings  
 0%
Total:446
This week:1
All time:6,208
This week:560Up