SplDoublyLinkedList::unserialize
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
Unserializes the storage
Description
SplDoublyLinkedList::unserialize(string $data): void
Unserializes the storage, from SplDoublyLinkedList::serialize.
Func
Parameters
dataThe serialized string.
Return Values
Void
See Also
SplDoublyLinkedList::serialize