質問編集履歴
1
コードの更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,9 +22,9 @@
|
|
22
22
|
|
23
23
|
```php
|
24
24
|
foreach($mail as $m) {
|
25
|
-
|
25
|
+
if(strpos($m,'yahoo.co.jp') !== false) {
|
26
|
-
|
26
|
+
$str =str_replace($m,"",$mail);
|
27
|
-
|
27
|
+
}
|
28
28
|
}
|
29
29
|
|
30
30
|
```
|