|
Ds\Set::containsDetermines if the set contains all values. Beschreibung
public bool Ds\Set::contains
([ mixed
$...values
] )Determines if the set contains all values.
Achtung
All comparisons are strict (type and value). Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 Ds\Set::contains example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(true) bool(true) bool(true) bool(false) bool(false) bool(true) |