downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

QuickHashIntStringHash::loadFromFile> <QuickHashIntStringHash::get
[edit] Last updated: Fri, 17 May 2013

view this page in

QuickHashIntStringHash::getSize

(PECL quickhash >= Unknown)

QuickHashIntStringHash::getSizeRetourne le nombre d'éléments de la table de hachage

Description

public int QuickHashIntStringHash::getSize ( void )

Retourne le nombre d'éléments de la table de hachage.

Valeurs de retour

Le nombre d'éléments de la table de hachage.

Exemples

Exemple #1 Exemple avec QuickHashIntStringHash::getSize()

<?php
$hash 
= new QuickHashIntStringHash);
var_dump$hash->add2"two" ) );
var_dump$hash->add3) );
var_dump$hash->getSize() );
?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

bool(true)
bool(true)
int(2)



add a note add a note User Contributed Notes QuickHashIntStringHash::getSize - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites