is there any way to see the functions that are called after pushing a link or a bu开发者_运维问答tton in a web page done with PHP?
I user Firefox.
Regards
Javi
Not exactly sure what you're trying to achieve but you could install/configure a debugger module like xdebug.
Then you can either step through the code or use the profiler to see which functions have been hit (and how long they took).
It it's your own code, open it in the editor.
If it's someone's else code, there is no way.
精彩评论