ConstSet::lastKey

Returns the last "key" in the current ConstSet

public function lastKey(): ?arraykey;

Since sets do not have keys, it returns the last value.

This method is interchangeable with lastValue().

Returns

  • ?arraykey - The last value in the current ConstSet, or null if the current ConstSet is empty.