Re: [PHP] Variable of current function call?

2006-09-08 Thread Robert Cummings
On Fri, 2006-09-08 at 14:54 -0400, Brent Meshier wrote: While I'm inside a function call, is it possible to know what function is currently being called? RTFM: http://www.php.net/manual/en/language.constants.predefined.php Cheers, Rob. --

RE: [PHP] Variable of current function call?

2006-09-08 Thread KermodeBear
While I'm inside a function call, is it possible to know what function is currently being called? Yes. http://us2.php.net/debug_backtrace -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php