debug_backtrace() generates a PHP backtrace and returns this information as an associative array. You can use it to find out where the error ocured.

Daryl Meese wrote:

Hi all,

I have a series of library files written in PHP that other developers use by
including them into their code.

I have also written an error handling system that emails me if certain kinds
of problems arise.

The problem,  I only want to receive an email if the problem occurred in one
of my library files and want the other developer to see the error if it is
in their file.

TIA,


Daryl Meese


Magia Software


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to