回答編集履歴

1

注意分を追加

2021/08/18 01:52

投稿

webgoto
webgoto

スコア1293

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```php
6
6
 
7
- $n = dechex(rand() * 0xfffff * 1000000);
7
+ $n = dechex(rand() * 0xfffff * 1000000); //オーバーフローするためアンチパターン
8
8
 
9
9
  $hex = '#' . substr($n, 0, 6);
10
10