Name

unserialize

Synopsis

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.

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.