PHP 如何向header()函数生成的文件中写入内容?
$str='1564804630';$filename='text.txt';header("Content-type:text/plain");header("Acce...
$str = '1564804630';
$filename = 'text.txt';
header("Content-type: text/plain");
header("Accept-Ranges: bytes");
header("Content-Disposition: attachment; filename=".$filename);
...
下面该怎么把字符串加入到文件中呢? 展开
$filename = 'text.txt';
header("Content-type: text/plain");
header("Accept-Ranges: bytes");
header("Content-Disposition: attachment; filename=".$filename);
...
下面该怎么把字符串加入到文件中呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询