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