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