Constantes predefinidas

Estas constantes están definidas por esta extensión y estarán disponibles sólo cuando la extensión haya sido compilada con PHP, o bien sea cargada dinámicamente en ejecución.

MONGO_STREAMS (integer)
Alias de MONGO_SUPPORTS_STREAMS
MONGO_SUPPORTS_STREAMS (integer)
1 cuando se compila con Flujos de PHP (lo predeterminado desde 1.4.0).
MONGO_SUPPORTS_SSL (integer)
1 cuando OpenSSL está habilitado y disponible.
MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_CR (integer)
1 cuando la autenticación MongoDB-Challenge/Reponse está compilada.
MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_X509 (integer)
1 cuando la autenticación x.509 está compilda.
MONGO_SUPPORTS_AUTH_MECHANISM_GSSAPI (integer)
1 cuando la autenticación GSSAPI está compilda.
MONGO_SUPPORTS_AUTH_MECHANISM_PLAIN (integer)
1 cuando la autenticación PLAIN está compilda.
MONGO_STREAM_NOTIFY_TYPE_IO_INIT (integer)
MONGO_STREAM_NOTIFY_TYPE_LOG (integer)
MONGO_STREAM_NOTIFY_IO_READ (integer)
MONGO_STREAM_NOTIFY_IO_WRITE (integer)
MONGO_STREAM_NOTIFY_IO_PROGRESS (integer)
MONGO_STREAM_NOTIFY_IO_COMPLETED (integer)
MONGO_STREAM_NOTIFY_LOG_INSERT (integer)
MONGO_STREAM_NOTIFY_LOG_QUERY (integer)
MONGO_STREAM_NOTIFY_LOG_UPDATE (integer)
MONGO_STREAM_NOTIFY_LOG_DELETE (integer)
MONGO_STREAM_NOTIFY_LOG_GETMORE (integer)
MONGO_STREAM_NOTIFY_LOG_KILLCURSOR (integer)
MONGO_STREAM_NOTIFY_LOG_BATCHINSERT (integer)
MONGO_STREAM_NOTIFY_LOG_RESPONSE_HEADER (integer)
MONGO_STREAM_NOTIFY_LOG_WRITE_REPLY (integer)
MONGO_STREAM_NOTIFY_LOG_CMD_INSERT (integer)
MONGO_STREAM_NOTIFY_LOG_CMD_UPDATE (integer)
MONGO_STREAM_NOTIFY_LOG_CMD_DELETE (integer)
MONGO_STREAM_NOTIFY_LOG_WRITE_BATCH (integer)