PHP.nl

array_key_last

array_key_last

Gets the last key of an array

 **array_key_last** array $array

Get the last key of the given without affecting the internal array pointer. array

arrayAn array.

Returns the last key of if the array is not empty; null otherwise. array

array_last``array_key_first``end