See the list of constants at the top of the file for the serializing
techniques that can be used.
public static unserialize ( mixed $data, mixed $mode = self::BASIC, mixed $params = null ) : string | ||
$data | mixed | The data to be unserialized. |
$mode | mixed | The mode of unserialization. Can be either a single mode or array of modes. If array, will be unserialized in the order provided. |
$params | mixed | Any additional parameters the unserialization method requires. |
return | string | The unserialized data. |