Home > php教程 > php手册 > PHP下载文件

PHP下载文件

WBOY
Release: 2016-06-06 19:58:26
Original
1491 people have browsed it

使用php来下载文件,可以保存文件的位置,还可以控制下载权限,比起直接连到文件,可以说是方便,好用多了. /* * @Author:Yang Ball * 功能:下载文件 * 输入:filepath:文件的路径名 * filename:文件名 * 输出:Null */function file_down($filepath, $file

使用php来下载文件,可以保存文件的位置,还可以控制下载权限,比起直接连到文件,可以说是方便,好用多了.

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template