How can I get with PHP the highest key/index in an array? I know how to do it for the values.
E.g. From this array I would like to get \"10\" as an integer value:
Try max(): http://php.net/manual/en/function.max.php See the first comment on that page