Mongo
PHP Manual

Vordefinierte Konstanten

Diese Erweiterung definiert keine Konstanten.

Mongo Comparison Operators
Constant Description
MONGO_LT Less than
MONGO_LTE Less than or equal to
MONGO_GT Greater than
MONGO_GTE Greater than or equal to
MONGO_IN In the given set
MONGO_NE Not equal to

The following constants are for setting up database profiling.

Mongo Profiling Constants
Constant Description
MONGO_PROFILING_OFF Turn off profiling.
MONGO_PROFILING_SLOW Only keep track of slow operations.
MONGO_PROFILING_ON Keep track of all operations.


Mongo
PHP Manual