回答編集履歴

1

swap

2016/12/29 16:53

投稿

mpyw
mpyw

スコア5223

test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  $array = [
12
12
 
13
+ ['id' => 3, 'customer_id' => 1, 'price' => 100],
14
+
13
15
  ['id' => 4, 'customer_id' => 1, 'price' => 200],
14
-
15
- ['id' => 3, 'customer_id' => 1, 'price' => 100],
16
16
 
17
17
  ['id' => 5, 'customer_id' => 2, 'price' => 500],
18
18