__construct() __construct( $cookieName, null $cookieValue = null, null $expire = null, string $path = "/", boolean $encrypt = false) Cookie constructor. Parameters $cookieName null $cookieValue null $expire string $path boolean $encrypt
unserialize() unserialize(string $string) : array|mixed Unserializes the given string and returns the array. Parameters string $string String to serialize. Returns array|mixed