获取$_COOKIE数据
null Core_HttpIO::COOKIE( [ string $key = null , string $type = null ] )
参数列表
参数 类型 描述 默认值 $keystring$key null $typestring返回类型,false或不传,则返回原始数据 例:HttpIO::PARAM_TYPE_URL null
public static function COOKIE($key = null, $type = null)
{
return HttpIO::_get_format_data('_COOKIE', $key, $type);
}