回答編集履歴

2

追記

2017/12/20 05:34

投稿

退会済みユーザー
test CHANGED
@@ -23,3 +23,15 @@
23
23
  str_replace('#', ',', 'test#test');
24
24
 
25
25
  ```
26
+
27
+
28
+
29
+ ----
30
+
31
+ この質問には関係ないのですが、過去の質問は解決したのですか?
32
+
33
+ - [https://teratail.com/questions/105326](https://teratail.com/questions/105326)
34
+
35
+ - [https://teratail.com/questions/105310](https://teratail.com/questions/105310)
36
+
37
+ ↑こっちには回答しましたが。

1

追記

2017/12/20 05:34

投稿

退会済みユーザー
test CHANGED
@@ -15,3 +15,11 @@
15
15
  PHP: str_replace - Manual
16
16
 
17
17
  [http://php.net/manual/ja/function.str-replace.php](http://php.net/manual/ja/function.str-replace.php)
18
+
19
+
20
+
21
+ ```PHP
22
+
23
+ str_replace('#', ',', 'test#test');
24
+
25
+ ```