ConstVector::firstKey
Returns the first key in the current ConstVector
public function firstKey(): ?int;
Returns
?int- The first key in the currentConstVector, ornullif the currentConstVectoris empty.
Returns the first key in the current ConstVector
public function firstKey(): ?int;
?int - The first key in the current ConstVector, or null if the
current ConstVector is empty.