I'm wondering if there is a way to get name of current function within PHP script code?
Something like this:
function myFunction() { return name_of_this_function; }
The result should be: myFunction
Thnx Simon