Ds\Stack::capacity
PHP Manual
PHP Manual»Ds\Stack»Ds\Stack::capacity

Ds\Stack::capacity

(PECL ds >= 1.0.0)

Ds\Stack::capacityReturns the current capacity

Beschreibung

public function Ds\Stack::capacity(): int

Returns the current capacity.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The current capacity.

To Top