php get max array key code example Example: php get highest key value $arr = array( 1 => "A", 10 => "B", 5 => "C" ); max(array_keys($arr));