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