|
QuickHashIntStringHash::getSizeReturns the number of elements in the hash Beschreibung
public int QuickHashIntStringHash::getSize ( void
)
Returns the number of elements in the hash. RückgabewerteThe number of elements in the hash. Beispiele
Beispiel #1 QuickHashIntStringHash::getSize example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(true) bool(true) int(2) |