| 
 | Ds\Set::clearRemoves all values 説明
   public void Ds\Set::clear() Removes all values from the set. パラメータこの関数にはパラメータはありません。 戻り値値を返しません。 例例1 Ds\Set::clear example 上の例の出力は、 たとえば以下のようになります。 
Ds\Set Object
(
    [0] => 1
    [1] => 2
    [2] => 3
)
Ds\Set Object
(
)
 |