unserialize

 mixed unserialize ( string $str ) 

説明

unserialize() takes a single serialized variable and converts it back into a PHP value.

戻り値

The converted value is returned, and can be a boolean, integer, float, string, array or object. In case the passed string is not unserializeable, FALSE is returned and E_NOTICE is issued.