質問編集履歴

1

コードの誤りを修正

2021/04/26 04:11

投稿

the_sht
the_sht

スコア2

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```php
8
8
 
9
- $key = array_search(ID,$Person);
9
+ $key = array_search(ID,array_column($Person,'ID'));
10
10
 
11
11
  //上記で取得したキーをもとにして対応するNameを取得する方法がわからない
12
12