debug_print_backtrace

 void debug_print_backtrace ([ int $options = 0 [, int $limit = 0 ]] ) 

説明

debug_print_backtrace() prints a PHP backtrace. It prints the function calls, included/required files and eval()ed stuff.

戻り値

No value is returned.