Ds\Collection::isEmptyReturns whether the collection is empty Description
public bool Ds\Collection::isEmpty()
Returns whether the collection is empty. ParametersThis function has no parameters. Return Values
Returns ExamplesExample #1 Ds\Collection::isEmpty example
The above example will output something similar to: bool(false) bool(true) |