QuickHashIntHash::getSize

(PECL quickhash >= Unknown)

QuickHashIntHash::getSizeReturns the number of elements in the hash

说明

public QuickHashIntHash::getSize ( void ) : int

Returns the number of elements in the hash.

参数

key

The key of the entry to add.

返回值

The number of elements in the hash.

范例

Example #1 QuickHashIntHash::getSize() example

<?php
$hash 
= new QuickHashIntHash);
var_dump$hash->add) );
var_dump$hash->add3) );
var_dump$hash->getSize() );
?>

以上例程的输出类似于:

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

相关文章
php deque returns the number of values in the collectionphp cubrid 函数 get the number of elements in collection type column using oidphp ibm db2 函数 returns the number of fields contained in a result setphp ibm db2 函数 returns the number of rows affected by an sql statementphp frontbase 函数 returns the error number from previous operationphp maxdb 函数 returns the number of warnings from the last query for the given linkphp mssql 函数 returns the number of records affected by the queryphp mysqlnd qc 函数 returns information on the current handler the number of cache entries and cache entries if availablephp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp mysql xdevapi collectionfind skip given number of elements to be returnedphp mysqli stmt returns the total number of rows changed deleted or inserted by the last executed statementphp oci collection returns the maximum number of elements in the collectionphp quickhashinthash this method checks whether a key is part of the hashphp quickhashinthash this method retrieves a value from the hash by its keyphp quickhashinthash returns the number of elements in the hashphp quickhashinthash this method returns a serialized version of the hashphp quickhashintset returns the number of elements in the setphp quickhashintstringhash returns the number of elements in the hashphp quickhashstringinthash returns the number of elements in the hashphp splobjectstorage returns the number of objects in the storage
关注编程学问公众号