pht\HashTable::sizeGets the size of the hash table 説明
public int pht\HashTable::size
( void
)
Returns the current size of the hash table. This operation requires a pht\HashTable's mutex lock to be held if it is being used by multiple threads. パラメータこの関数にはパラメータはありません。 戻り値The size of the hash table. 例
例1 Getting a hash table's size
<?php 上の例の出力は以下となります。 int(2) |