php get method name

38

function myFunction() { print __FUNCTION__." in ".__FILE__." at ".__LINE__."\n"; }

Comments

Submit
0 Comments