array_key_last


array_key_last ( $array )

Parameters:
  • (array) array An array.
Returns:
  • (string|int|null) The last key of array if the array . is not empty; `null` otherwise.
Defined at:

Description

Polyfill for `array_key_last()` function added in PHP 7.3.Get the last key of the given array without affecting the internal array pointer.

Related Functions

array_key_first, array_is_list, array_find_key, array_all, array_any

Top Google Results

User discussions

wpseek mobile