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