PHP Manual

PHP function unserialize()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`, `PHP 7.0`

Creates a PHP value from a stored representation

Parameters

Parameter Data type Default value Note
$str string not Serialized string.
$options mixed null

Return values

mixed

Returns the converted value, which can be boolean, integer, float, string, array or object.

If the passed string is not unserializable, false is returned and E_NOTICE is issued.

Other resources

Official unserialize function documentation

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.
63.

V jiných jazycích

Status:
All systems normal.
2024