PEAR_ErrorStack::getMessageCallback()

PEAR_ErrorStack::getMessageCallback() -- Get an error code => error message mapping callback

Synopsis

require_once 'PEAR/ErrorStack.php';

array|string|false PEAR_ErrorStack::getMessageCallback ()

Beschreibung

This method returns the current callback that can be used to generate error messages

Rückgabewert

returns Callback function/method or false if none

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.