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