从类似于以下内容的数组中,如何获得数组中最高值的索引.对于下面的数组,期望的结果将是"11".
Array ( [11] => 14 [10] => 9 [12] => 7 [13] => 7 [14] => 4 [15] => 6 )
php arrays
arrays ×1
php ×1