// 跳转功能 header('location:index.php'); // 页面刷新 header('refresh:3;url=index.php'); // 输出图片 header('Content-type:image/gif,image/png,image/jpg,image/jpeg'); // 下载内容 header('Content-type:application/octet-stream');
// 跳转功能 header('location:index.php'); // 页面刷新 header('refresh:3;url=index.php'); // 输出图片 header('Content-type:image/gif,image/png,image/jpg,image/jpeg'); // 下载内容 header('Content-type:application/octet-stream');