有没有办法找出,PHP中的函数从哪里调用?例:
function epic() { fail(); } function fail() { //at this point, how do i know, that epic() has called this function? }
php function-calls
function-calls ×1
php ×1