Universeorange.com/Docs/
{array.key.last(Array $array)}
Get the last key of the given array without affecting the internal array pointer.
Returns the last key of array if the array is not empty as a
string | int
;null
otherwise.
https://www.php.net/manual/en/function.array-key-last.php
Last modified: 2021-06-07
© 2021 universeorange.com