PHP文件下載

<?php function dl_file($file){ //First, see if the file exists if (!is_file($file)) { die("<b>404 File not found!</b>"); } //Gather relevent info about file $len = filesize($file);
相關文章
相關標籤/搜索