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