3v4l.org

run code in 300+ PHP versions simultaneously
<?php $resultCache[129]= [ 'total' => 1000, 'free_from' => "2000", 'addinupshippingcosts' => "0", 'articles' => [ ['shipping_costs_total' => 22], ['shipping_costs_total' => 25], ['shipping_costs_total' => 12], ] ]; $max = array_column($resultCache[129]['articles'], 'shipping_costs_total'); arsort($max); print_r($max); reset($max); $first_key = key($max); echo $first_key; ?>

preferences:
37.23 ms | 408 KiB | 5 Q