SplDoublyLinkedList::unserialize

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

SplDoublyLinkedList::unserializeUnserializes the storage

说明

public SplDoublyLinkedList::unserialize ( string $serialized ) : void

Unserializes the storage, from SplDoublyLinkedList::serialize().

警告

本函数还未编写文档,仅有参数列表。

参数

serialized

The serialized string.

返回值

没有返回值。

参见