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