Hi All,
I know that I can prepend functions with an '@' character in order to get
them to not output any errors, but I am wondering is there any way for a
function that I write to know if it has been called with the '@' character?
Then I can decide how errors are supposed to be handled. E.g., I could have
them emailed or logged, instead of echoing them to the screen.
Is this possible?
-jb
I know that I can prepend functions with an '@' character in order to get
them to not output any errors, but I am wondering is there any way for a
function that I write to know if it has been called with the '@' character?
Then I can decide how errors are supposed to be handled. E.g., I could have
them emailed or logged, instead of echoing them to the screen.
Is this possible?
-jb
Comment