PHP 7.0.6 Released

ArrayIterator::unserialize

(PHP 5 >= 5.3.0, PHP 7)

ArrayIterator::unserializeUnserialize

Description

public string ArrayIterator::unserialize ( string $serialized )

Unserialize.

Warning

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

Parameters

serialized

The serialized ArrayIterator object to be unserialized.

Return Values

The ArrayIterator.

See Also

User Contributed Notes

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