Data types: Binary serialization
Cesar D. Rodas (contact me)
This class can be used to serialize and unserialize values in binary format.
It can take a scalar value, array or object and generates string of platform independent binary data that represents the value.
The class can also do the opposite, i.e. unserialize binary data previously serialized by this class and rebuilds the original value.
Click here for detailed information about this class on phpclasses.org