Assign debug_backtrace() To a variable in PHP

Posted by streetparade on Stack Overflow See other posts from Stack Overflow or by streetparade
Published on 2010-04-13T10:24:01Z Indexed on 2010/04/13 10:33 UTC
Read the original article Hit count: 149

Filed under:
|
|

I tryed to email me debug_backtrace() but it just prints out the array. I need to assign it to a variable so that var_export can work with it. How can i do that?

© Stack Overflow or respective owner

Related posts about php

Related posts about debugging