Php/docs/spldoublylinkedlist.unserialize
来自菜鸟教程
SplDoublyLinkedList::unserialize
(PHP 5 >= 5.4.0, PHP 7)
SplDoublyLinkedList::unserialize — Unserializes the storage
说明
public SplDoublyLinkedList::unserialize
( string $serialized
) : void
Unserializes the storage, from SplDoublyLinkedList::serialize().
Warning 本函数还未编写文档,仅有参数列表。
参数
serialized
- The serialized string.
返回值
没有返回值。