Data Output Functions
| name | description |
|---|---|
| location | A function equivalent of the cflocation tag and is used in the <cfscript> mode. |
| throw | A function equivalent of the cfthrow tag and is used in the <cfscript> mode. |
| writedump | A function equivalent to the <cfdump> tag which can be used in <cfscript>. |
| writelog | A function equivalent of the cflog tag, which can be used in <cfscript>. |
| writeOutput | Appends text to the page-output stream. |