回答編集履歴

1

fix

2016/04/01 09:14

投稿

ngyuki
ngyuki

スコア4514

test CHANGED
@@ -1 +1,19 @@
1
1
  readfile が余分です
2
+
3
+
4
+
5
+ ---
6
+
7
+
8
+
9
+ こうですかね
10
+
11
+
12
+
13
+ ```
14
+
15
+ //readfile($fileName);
16
+
17
+ echo mb_convert_encoding(file_get_contents($fileName),"SJIS", "UTF-8");
18
+
19
+ ```