ArrayIterator::unserialize

(PHP 5 >= 5.3.0)

ArrayIterator::unserializeUnserialize

Beskrivelse

public string ArrayIterator::unserialize ( string $serialized )

Unserialize.

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

serialized

The serialized ArrayIterator object to be unserialized.

Returnerings Værdier

The ArrayIterator.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top