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, 24 May 2013

view this page in

QuickHashIntStringHash::getSize

(PECL quickhash >= Unknown)

QuickHashIntStringHash::getSizeDevuelve el número de elementos de un hash

Descripción

public int QuickHashIntStringHash::getSize ( void )

Devuelve el número de elementos de un hash.

Valores devueltos

El número de elementos del hash.

Ejemplos

Ejemplo #1 Ejemplo de QuickHashIntStringHash::getSize()

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

El resultado del ejemplo sería algo similar a:

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 | sitemap | contact | advertising | mirror sites