回答編集履歴

1

サンプルコードを追加

2020/04/10 10:53

投稿

退会済みユーザー
test CHANGED
@@ -3,3 +3,13 @@
3
3
 
4
4
 
5
5
  ファイル名の箇所を引用符でくくるといいよ
6
+
7
+
8
+
9
+ ```php
10
+
11
+ header('Content-Disposition: attachment; filename="csvOutPut'.date('Y-m-d H:m:s').'.csv"');
12
+
13
+ ```
14
+
15
+ とか?