質問編集履歴

2

バージョン等の書き加え

2018/12/25 02:46

投稿

akoro
akoro

スコア27

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- str_replace("0","6",(mt_rand());
31
+ str_replace("4","0",(mt_rand());
32
32
 
33
33
  ```
34
34
 

1

式間違えていたので修正かけました。

2018/12/25 02:46

投稿

akoro
akoro

スコア27

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- str_replace("0","6",(mt_rand())%6);
31
+ str_replace("0","6",(mt_rand());
32
32
 
33
33
  ```
34
34
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  ■環境
68
68
 
69
- windows xampp Atom
69
+ windows xampp3.2.2 Atom
70
70
 
71
71
 
72
72