回答編集履歴

1

追記

2020/11/19 13:02

投稿

tanat
tanat

スコア18716

test CHANGED
@@ -88,7 +88,7 @@
88
88
 
89
89
  $matched_array[] = $company;
90
90
 
91
- unset($current_array[array_search($company,$current_array)]);
91
+ unset($current_array[array_search($company,$current_array,true)]);
92
92
 
93
93
  }
94
94