MongoLog::getCallback

(PECL mongo >= 1.3.0)

MongoLog::getCallbackGets the previously set callback function

설명

public static callable MongoLog::getCallback ( void )

Retrieves the callback function.

인수

이 함수는 인수가 없습니다.

반환값

Returns the callback function, or FALSE if not set yet.

주의

Caution

This function is only available with PHP 5.3.0 and later.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top