回答編集履歴
1
調整
test
CHANGED
@@ -84,13 +84,11 @@
|
|
84
84
|
|
85
85
|
$data=json_decode($json,JSON_OBJECT_AS_ARRAY)[0];
|
86
86
|
|
87
|
-
$
|
87
|
+
$result=array_reduce(array_map(function($x){
|
88
88
|
|
89
89
|
return $x["name"];
|
90
90
|
|
91
|
-
},$data);
|
92
|
-
|
93
|
-
$
|
91
|
+
},$data),function($x,$y) use($data){
|
94
92
|
|
95
93
|
$x[$y]=array_map(function($x){
|
96
94
|
|