SplDoublyLinkedList::unserialize

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

SplDoublyLinkedList::unserializeUnserializes the storage

說明

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

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

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

data

The serialized string.

返回值

沒有返回值。

參見