MongoPool::getSizeGet pool size for connection pools 説明
public static int MongoPool::getSize
( void
)
パラメータこの関数にはパラメータはありません。 返り値Returns the current pool size. 変更履歴
例例1 Changing pool size This returns the default pool size, sets a new pool size, then prints the new pool size and the pool debugging information. Note that changing the pool size only affects new connection pools, it does not change old ones.
<?php |