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