Function globals debug warn
like die(), but code execution continues. The level argument defines how many caller() levels to omit. One is automatically omitted, as this would only point to debug.warn(), where the event in question didn't happen.
like die(), but code execution continues. The level argument defines how many caller() levels to omit. One is automatically omitted, as this would only point to debug.warn(), where the event in question didn't happen.