views:

26

answers:

2

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 ?

+2  A: 

debug_backtrace()

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

Col. Shrapnel
wow cool, i thought this is kind of impossible question in php. i have to check this function more. thanks ;)
justjoe
A: 

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

songdogtech