Who called?
function find_caller() { $bk = debug_backtrace(); return substr($bk[0]['file'], strrpos($bk[0]['file'], "/") + 1); }
void find_caller -> text
Rating: 0 / 5 (0 votes) 5952 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment