Hack
HHVM
报告 bug 或提出建议。
搜索文档
Documentation
Hack
Reference
Interface
HH\KeyedIterator
key
HH\KeyedIterator::key
Return the current key at the current iterator position
public function key(): Tk;
Returns
Tk
- The current key of type
Tk
.