龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

PHP中文文件名

时间:2014-07-19 15:03来源:网络整理 作者:网络 点击:
分享到:
PHP中文文件名 [代码片段(6行)]
<?php
header('Content-Type: audio/mpeg');
header('Content-Disposition: attachment; filename="中文.mp3"');
echo file_get_contents('http://zhangmenshiting.baidu.com/data2/music/11261581/35433064800.mp3?xcode=b10c6c9b7d45597ee5e97799d53c3ca4');
?>
//该片段来自于http://outofmemory.cn
精彩图集

赞助商链接