Hack
HHVM
报告 bug 或提出建议。
搜索文档
Documentation
Hack
Reference
Interface
ConstMap
lastKey
ConstMap::lastKey
Returns the last key in the current
ConstMap
public function lastKey(): ?Tk;
Returns
?Tk
- The last key in the current
ConstMap
, or null if the
ConstMap
is empty.