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::getSizeハッシュの要素数を返す

説明

public int QuickHashIntStringHash::getSize ( void )

ハッシュの要素数を返します。

返り値

ハッシュの要素数を返します。

例1 QuickHashIntStringHash::getSize() の例

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

上の例の出力は、 たとえば以下のようになります。

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