Hack
HHVM
报告 bug 或提出建议。
搜索文档
Documentation
Hack
Reference
Interface
ConstCollection
isEmpty
ConstCollection::isEmpty
Is the collection empty?
public function isEmpty(): bool;
Returns
bool
- Returns
true
if the collection is empty;
false
otherswise.