is there any way to hook a debug function into a hook such as init and retrieve every php function whose operates there ?

what i meant with PHP function is its name ? is it possible to retrieve any php function name via php built in function ?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

debug_backtrace()

PS. http://php.net/manual-lookup.php?pattern=debug ;)

link|improve this answer
wow cool, i thought this is kind of impossible question in php. i have to check this function more. thanks ;) – justjoe Mar 17 '10 at 12:50
feedback

Specifically for Wordpress: WordPress › wp pear debug « WordPress Plugins

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.