February 2013
Intermediate to advanced
538 pages
20h 55m
English
unserialize
mixed unserialize(string data)Returns the value stored in data,
which must be a value previously serialized using serialize(). If the value is an object and
that object has a __wakeup()
method, that method is called on the object immediately after
reconstructing the object.
Read now
Unlock full access