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