<?php $users = [ 'a' => 2, 'b' => 1, 'c' => 1, 'd' => 3 ]; $lowestValue = min($users); print_r(array_keys($users, $lowestValue));
You have javascript disabled. You will not be able to edit any code.