February 2013
Intermediate to advanced
538 pages
20h 55m
English
serialize
string serialize(mixed value)Returns a string containing a binary data representation of
value. This string can be used to store the
data in a database or file, for example, and later restored using
unserialize(). Except for
resources, any kind of value can be serialized.
Read now
Unlock full access