質問編集履歴

1

ソースの修正

2017/06/23 13:02

投稿

yuuuui
yuuuui

スコア59

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  //全角から半角に修正
44
44
 
45
- $align = str_replace(['(', ')', ' '], ['(', ')', ' '], $letters);
45
+ $character = str_replace(['(', ')', ' '], ['(', ')', ' '], $letters);
46
46
 
47
47
 
48
48