Does anybody know of any constants or predefined functions that will retrieve the calling functions name? For example:
<? function new_func($somedata) { echo "I am function ".get_func_name(); } ?> -josh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php