ArrayIterator::unserialize

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

ArrayIterator::unserializeUnserialize

Descrição

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

Unserialize.

Aviso

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

Parâmetros

serialized

The serialized ArrayIterator object to be unserialized.

Valor Retornado

Não há valor retornado.

Veja Também

add a note add a note

User Contributed Notes

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