Php/docs/spldoublylinkedlist.unserialize

来自菜鸟教程
跳转至:导航、​搜索

SplDoublyLinkedList::unserialize

(PHP 5 >= 5.4.0, PHP 7)

SplDoublyLinkedList::unserializeUnserializes the storage


说明

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

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

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


参数

serialized
The serialized string.


返回值

没有返回值。


参见