Welcome Guest, Not a member yet? Register   Sign In
Get the name of the function ??
#3

[eluser]WanWizard[/eluser]
Try:
Code:
// get the backtrace
$_dbbtr = debug_backtrace();
// dum info about the current environment
var_dump($_dbbtr[0]);
see http://php.net/manual/en/function.debug-backtrace.php


Messages In This Thread
Get the name of the function ?? - by El Forum - 06-04-2010, 09:33 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 09:53 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 10:04 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 10:09 AM
Get the name of the function ?? - by El Forum - 06-04-2010, 12:58 PM
Get the name of the function ?? - by El Forum - 06-04-2010, 03:39 PM
Get the name of the function ?? - by El Forum - 06-05-2010, 07:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB