Reply to RE: [PHP] Identify which function called another
Posted by Michael Sims on 10/04/90 11:05
Lars B. Jensen wrote:
> Is there any way, I from one function can identify which other
> function called it, without parameter passing the name manually ?
You can get this information from debug_backtrace()...