ArrayObject::unserialize

(PHP 5 >= 5.3.0)

ArrayObject::unserializeUnserialize an ArrayObject

Опис

public void ArrayObject::unserialize ( string $serialized )

Unserializes a serialized ArrayObject.

Увага

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

Параметри

serialized

The serialized ArrayObject.

Значення, що повертаються

The unserialized ArrayObject.

Прогляньте Також

add a note add a note

User Contributed Notes

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