Back to Hhvm

Key

hphp/hack/manual/apis/Interfaces/HH/KeyedIterator/key.md

latest492 B
Original Source

:::info[Note] This is a point-in-time snapshot of the API documentation from January 2026. Going forward, we will not be maintaining a public copy of these references, and recommend users to refer to the built-in signature helpers available in the Hack LSP instead for complete and up-to-date information. :::

Return the current key at the current iterator position

Hack
public function key(): Tk;

Returns

  • Tk - The current key of type Tk.
<!-- HHAPIDOC -->