PHP文件下载添加" null"最后

时间:2015-08-24 03:01:15

标签: php

>         header("Content-type: application/octet-stream");
>         header("Content-Disposition: attachment; filename=file.txt");
>         header("Pragma: no-cache");
>         header("Expires: 0");
>         print "$data";

下载的文件中包含$ data,但总是添加" null"在末尾。我做错了什么?

0 个答案:

没有答案