php调试函数

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

array debug_backtrace ([ int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT [, int $limit = 0 ]] )

void debug_zval_dump ( mixed $variable [, mixed $... ] )

 

你可能感兴趣的:(PHP)