Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16774 программиста и 1698 роботов. Сейчас ищут 1843 программиста ...
PEAR_ErrorStack::setContextCallback
Вернуться к: PEAR_ErrorStack
PEAR_ErrorStack::setContextCallback
PEAR_ErrorStack::setContextCallback() – Set a callback that generates context information (location of error) for an error stack
Synopsis
require_once 'PEAR/ErrorStack.php';
void PEAR_ErrorStack::setContextCallback ( array|string|null $contextCallback )
This method sets the callback that can be used to generate context information for an error. Passing in NULL will disable context generation and remove the expensive call to debug_backtrace()
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: PEAR_ErrorStack