MongoLog::getCallback

(PECL mongo >= 1.3.0)

MongoLog::getCallbackGets the previously set callback function

Descrição

public static MongoLog::getCallback ( void ) : callable

Retrieves the callback function.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Notas

Cuidado

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