|
Ds\Queue::capacityReturns the current capacity. Beschreibung
public int Ds\Queue::capacity
( void
)
Returns the current capacity. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe current capacity. BeispieleBeispiel #1 Ds\Queue::capacity example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(8) int(64) |