<?php $myarray = [15 => 12, 4 => 43, 1 => 45]; $result = min(array_values($myarray)); echo $result;
You have javascript disabled. You will not be able to edit any code.