PHP Object Notation
Package:
Summary:
Serialize PHP variable values
Groups:
Author:
Description:
This is a very simple class can be used to serialize PHP variable values.
It can generate a serialized version of a PHP variable value encoded as base64.
The class can also do the opposite, i.e. retrieve the original variable value from a string of previously serialized variable by the class.
It can generate a serialized version of a PHP variable value encoded as base64.
The class can also do the opposite, i.e. retrieve the original variable value from a string of previously serialized variable by the class.
Comments are closed.