thinkphp下载MP4视频
生活随笔
收集整理的這篇文章主要介紹了
thinkphp下载MP4视频
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
/*** @param $file 視頻路徑* @param $showname 顯示下載的視頻名稱* @return int|string*/public function download_file($file,$showname){if(is_file($file)){$length = filesize($file);header("Content-Description: File Transfer");header('Content-type: video/mp4');header('Content-Length:' . $length);if (preg_match('/MSIE/', $_SERVER['HTTP_USER_AGENT'])) { //for IEheader('Content-Disposition: attachment; filename="' . rawurlencode($showname.'.mp4') . '"');} else {header('Content-Disposition: attachment; filename="' . $showname.'.mp4' . '"');}return readfile($file);} else {return('文件已被刪除!');}}
總結
以上是生活随笔為你收集整理的thinkphp下载MP4视频的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: U盘格式化提示这张磁盘写有保护如何处理?
- 下一篇: 组合博弈游戏