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