|
MongoPool::getSize(Информация о версии неизвестна, возможно, только в SVN) MongoPool::getSize — Get 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 Смотрите также
|
|