|
Ds\Set::containsDetermines if the set contains all values 説明
public bool Ds\Set::contains(mixed
...$values )Determines if the set contains all values.
警告
All comparisons are strict (type and value). パラメータ
戻り値
例例1 Ds\Set::contains example
上の例の出力は、 たとえば以下のようになります。 bool(true) bool(true) bool(true) bool(false) bool(false) bool(true) |