Search for highest key/index in an array

后端 未结 5 638
说谎
说谎 2020-12-02 12:55

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:

5条回答
  •  甜味超标
    2020-12-02 13:27

    Try max(): http://php.net/manual/en/function.max.php See the first comment on that page

提交回复
热议问题