Web Analytics

PHP unserialize() Function

Variable FunctionPHP 4+

The unserialize() function creates a PHP value from a stored representation.

Syntax

unserialize(string $data, array $options = []): mixed

Try It Online

Output
Click Run to execute your code

Related Functions