Table of Contents

Unserialize (Function)

Format

variable = unserialize ( string_expression )

returns a list of values that should be assigned to a variable (creating an array)

Description

The unserialize function returns a list of values. These values are stored in a “serialized” string with a very specific format.

Example

See example on Serialize.

See Also

2016/01/01 22:42

History

1.99.99.66New to Version