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