回答編集履歴
1
fix
answer
CHANGED
@@ -1,1 +1,10 @@
|
|
1
|
-
readfile が余分です
|
1
|
+
readfile が余分です
|
2
|
+
|
3
|
+
---
|
4
|
+
|
5
|
+
こうですかね
|
6
|
+
|
7
|
+
```
|
8
|
+
//readfile($fileName);
|
9
|
+
echo mb_convert_encoding(file_get_contents($fileName),"SJIS", "UTF-8");
|
10
|
+
```
|