MongoLog::getCallback

(PECL mongo >= 1.3.0)

MongoLog::getCallbackGets the previously set callback function

Opis

public static MongoLog::getCallback ( void ) : callable

Retrieves the callback function.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Notatki

Uwaga

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