$data = base64_encode('Hello World'); // echo '<pre>'; // print_r(strlen(base64_decode($data))); // echo '</pre>'; // exit; //strlen(base64_decode($data)); //filepath ob_clean(); //header("Cache-Control: no-store, no-cache"); header("Content-type: text/plain"); header("Content-length: ".strlen(base64_decode($data)).""); header("Content-Disposition: attachment; filename=qwe.Lot"); exit(base64_decode($data));
我想在上面的代码中从 PHP 中的字符串创建一个文件,我将它作为我的控制器。它只打印字符串但不下载文件。
如何在 Code Igniter 中从字符串创建文本文件?
更新这是浏览器调试中的输出
皈依舞
慕勒3428872
堆内存中的内容是是创建的。 我们怎么决定用new创建新字符串 还是创建字符串的引用。 根据什么区分使用哪种。
使用trim从php字符串的开头和结尾删除新行
gerp是搜索文件内的字符串,能不能用来搜索文件
后台echo两个或多个字符串