delete duplicate on multidimensional array and take those having highest value in PHP
问题 Suppose I have this array [0] => Array ( [revision_no] => 0 [invoice_type] => PK [transaction_id] => 5 [vendor_number] => 311560353071000 [document_number] => 010.000-12.00000001 [gross] => 34650000 [vat] => 3465000 ) [1] => Array ( [revision_no] => 1 [invoice_type] => PK [transaction_id] => 5 [vendor_number] => 311560353071000 [document_number] => 010.000-12.00000001 [gross] => 44650000 [vat] => 4465000 ) [2] => Array ( [revision_no] => 2 [invoice_type] => PK [transaction_id] => 5 [vendor