update : 2015.11.03
php.shukuma.com검색:
|
MongoLog::getModule(PECL mongo >= 1.2.3) MongoLog::getModule — Gets the module(s) currently being logged 설명
public static int MongoLog::getModule
( void
)
This function can be used to see which driver modules are currently being logged. The returned integer may be compared with the MongoLog module constants using bitwise operators to check if specific modules are being logged.
<?php 인수이 함수는 인수가 없습니다. 반환값Returns the module(s) currently being logged. |