SplDoublyLinkedList::unserialize

(PHP 5 >= 5.4.0, PHP 7)

SplDoublyLinkedList::unserializeUnserializes the storage

Descrição

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

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

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

serialized

The serialized string.

Valor Retornado

Não há valor retornado.

Veja Também