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