I’m not big on PHP but I believe it has “magic constants” similar to C/C++. Take a look here: This seems to indicate you could use
__LINE__, __FILE__, __FUNCTION__, __CLASS__, and __METHOD__
I’m not big on PHP but I believe it has “magic constants” similar to C/C++. Take a look here: This seems to indicate you could use
__LINE__, __FILE__, __FUNCTION__, __CLASS__, and __METHOD__