|
Ds\Stack::isEmptyReturns whether the stack is empty Beschreibung
public bool Ds\Stack::isEmpty
( void
)
Returns whether the stack is empty. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns BeispieleBeispiel #1 Ds\Stack::isEmpty example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(false) bool(true) |