Home  >  Article  >  php教程  >  PHP下载文件的两种方法与代码分享

PHP下载文件的两种方法与代码分享

WBOY
WBOYOriginal
2016-06-13 11:28:59765browse

方法一:


('Content-Description: File Transfer'('Content-Type: application/octet-stream'('Content-Disposition: attachment; filename='.(('Content-Transfer-Encoding: binary'(''Cache-Control: must-revalidate, post-check=0, pre-check=0('Pragma: public'('Content-Length: ' . ((?>

以上代码用到了php header函数,可以参考以下如下的文章:
php header()函数的简单例子
php header函数实现文件下载的实例代码
php中header函数的用法举例详解
php header 使用详解
php header函数 文件下载时直接提示保存的代码
php header函数实现文本文件下载的方法
php 文件头部(header)信息详解
php使用header发送各种类型文件下载的例子

了解php中header函数的用法。

方法二:


 = (('Content-type: application/x-'.['extension'('Content-Disposition: attachment; filename='.['basename'('Content-Length: '.((?>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn