RFC: array_key_first(), array_key_last() and array_value_first(), array_value_last()
Project Governance
Author
Enno
Target
7.3
As arrays are a powerful data structure it's handy in some cases to get the first or the last key/value of an array without a workaround. To accomplish this tas...