I am aware of function \[code\]debug_backtrace\[/code\], but I am looking for some ready to use implementation of function like \[code\]GetCallingMethodName()\[/code\]? It would be perfect if it gave method's class too (if it is indeed a method).I hope it (not doing it myself) want be taken as normal laziness, but as good programming laziness.EDIT: Here is the answer:http://stackoverflow.com/questions/190421/caller-function-in-php-5/190426#190426