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.