|
Ds\Set::isEmptyReturns whether the set is empty 説明
public bool Ds\Set::isEmpty()
Returns whether the set is empty. パラメータこの関数にはパラメータはありません。 戻り値
Returns 例例1 Ds\Set::isEmpty example
上の例の出力は、 たとえば以下のようになります。 bool(false) bool(true) |