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