|
Ds\Set::capacityReturns the current capacity Description
public int Ds\Set::capacity()
Returns the current capacity. ParametersThis function has no parameters. Return ValuesThe current capacity. ExamplesExample #1 Ds\Set::capacity example
The above example will output something similar to: int(16) int(64) |