hello there,
is there anyway to know the name of the function that is being executed?
In the docs (http://www.php.net/manual/en/ref.funchand.php), we can find out the arguments of the function, but not the name of the function itself.
echo __FUNCTION__;
Greg
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php