Ds\Queue::capacityReturns the current capacity 説明
public int Ds\Queue::capacity()
Returns the current capacity. パラメータこの関数にはパラメータはありません。 戻り値The current capacity. 例例1 Ds\Queue::capacity example
上の例の出力は、 たとえば以下のようになります。 int(8) int(64) |