|
Ds\Set::removeRemoves all given values from the set 説明
public void Ds\Set::remove(mixed
...$values)
Removes all given パラメータ
戻り値値を返しません。 例例1 Ds\Set::remove example 上の例の出力は、 たとえば以下のようになります。
object(Ds\Set)#1 (1) {
[0]=>
int(5)
}
|