Usage
Syntax: trace(str message);
Trace does the exact same as echo, but is not often used.
Explanation
trace() exists for compatibility with ActionScript.
Deprecated. Use echo() instead.
Categories
CategoryFunctionClientside
CategoryFunctionServerside
CategoryDeprecated