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