回答編集履歴

1

誤り訂正

2019/04/25 12:49

投稿

otn
otn

スコア84505

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  また、
18
18
 
19
- `put_file_contents("/tmp/output",square(10));`
19
+ `file_put_contents("/tmp/output",square(10));`
20
20
 
21
21
  と、ファイルに書くことも出来ます。
22
22