|
MongoLog::getModule(Информация о версии неизвестна, возможно, только в SVN) MongoLog::getModule — Gets the modules currently being logged Описание
public static int MongoLog::getModule
( void
)
This function can be used to see which parts of the driver's functionality are being logged. Use the constants described in the MongoLog section with bitwise operators to check if specific modules are being logged.
<?php Список параметровУ этой функции нет параметров. Возвращаемые значенияReturns the modules currently being logged. |
|