I am aware of function debug_backtrace, but I am looking for some ready to use implementation of function like GetCallingMethodName()? 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