LinkedList::unserialize

(Available since version 1.0)

LinkedList::unserializeUnserializes the storage

Description

public void LinkedList::unserialize ( string $serialized )

Unserializes the storage, from LinkedList::serialize()

Warning

This function is currently not documented; only its argument list is available. It's use is discouraged.

Parameters

serialized

The serialized string.

Return Values

No value is returned.

Errors/Exceptions

Throws SEIDS::LinkedLists::UnserializeException when an error occurs.

To Top