|
Ds\Vector::containsDetermines if the vector contains given values 説明
public bool Ds\Vector::contains(mixed
...$values )Determines if the vector contains all values. パラメータ
戻り値
例例1 Ds\Vector::contains example
上の例の出力は、 たとえば以下のようになります。 bool(true) bool(true) bool(false) bool(true) bool(true) bool(false) bool(true) |