回答編集履歴
1
調整
answer
CHANGED
@@ -4,4 +4,5 @@
|
|
4
4
|
$content=file_get_contents("sample.txt");
|
5
5
|
$end=microtime(true);
|
6
6
|
print $end - $start;
|
7
|
-
```
|
7
|
+
```
|
8
|
+
私の環境でためしたところ0.00078秒程度の処理でした
|