开发者

Is there any way to see the functions that are executed after pushing a link or a button in a web page done with PHP?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜