回答編集履歴

1

syuusei

2016/11/17 15:33

投稿

hiim
hiim

スコア1689

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```
8
8
 
9
- echo(file_get_contents($url, false, stream_context_create($context));
9
+ echo file_get_contents($url, false, stream_context_create($context);
10
10
 
11
11
  ```
12
12