php隐藏实际文件下载地址的方法:使用header与【file_get_contents】方法,代码为【header("content-type: $mimetype");echo file_get_contents($pathto)】。
php隐藏实际文件下载地址的方法:
涉及php中header与file_get_contents方法的相关使用技巧,非常具有实用价值,需要的朋友可以参考下:
实现方法一:
function download_document($filename,$path="",$mimetype="application/octet-stream"){ header("cache-control: must-revalidate, post-check=0, pre-check=0"); header("content-disposition: attachment; filename = $filename"); header("content-length: " . filesize($pathto . $filename)); header("content-type: $mimetype"); echo file_get_contents($pathto . $filename);}实现方法二:
<?php$file = "1.txt";// 文件的真实地址(支持url,不过不建议用url)if (file_exists($file)) { header('content-description: file transfer'); header('content-type: application/octet-stream'); header('content-disposition: attachment; filename='.basename($file)); header('content-transfer-encoding: binary'); header('expires: 0'); header('cache-control: must-revalidate, post-check=0, pre-check=0'); header('pragma: public'); header('content-length: ' . filesize($file)); ob_clean(); flush(); readfile($file); exit;}?>想了解更多编程学习,敬请关注php培训栏目!
如何确定商标是否注册及注册商标的好处有哪些com域名过户有什么步骤?域名过户需要什么条件?云服务器必须在校学生优惠吗阿里云服务器怎么关掉防火墙布局混合云场景,Commvault智能数据管理全面升级你们知道一级域名和二级域名的区别在哪里吗?如何通过云服务器访问网站并安装嘉兴网站建设公司解析如何做好关键词选择及放置