ConstSet::firstKey
Returns the first "key" in the current ConstSet
public function firstKey(): ?arraykey;
Since sets do not have keys, it returns the first value.
This method is interchangeable with firstValue()
.
Returns the first "key" in the current ConstSet
public function firstKey(): ?arraykey;
Since sets do not have keys, it returns the first value.
This method is interchangeable with firstValue()
.