Serializable::unserialize
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Serializable::unserialize — Constructs the object
Description
Called during unserialization of the object.
Note:
This method acts as the constructor of the object. The __construct() method will not be called after this method.
Parameters
dataThe string representation of the object.
Return Values
The return value from this method is ignored.
See Also
↑ and ↓ to navigate • Enter to select • Esc to close • / to open