Miscellaneous
PHP Manual

The MongoPool class

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

Giriş

In version 1.2.0 of the driver, built-in connection pooling was introduced. This class gives you some control and information about pooling.

Bilginize:

The functions in this class were originally static members of Mongo. It is highly recommended that you use these functions in the future, as the static Mongo functions are considered deprecated.

Sınıf Sözdizimi

MongoPool {
/* Yöntemler */
public static int getSize ( void )
public array info ( void )
public static bool setSize ( int $size )
}

Sürüm Bilgisi

Sürüm: Açıklama
1.2.11 Emits E_DEPRECATED when used.

İçindekiler


Miscellaneous
PHP Manual