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