| name | description |
| applicationStop | Stops or resets the current application. The application is restarted on the next request to the application. |
| createUUID | Creates a Universally Unique Identifier (UUID). A UUID is a 35-character string representation of a unique 128-bit integer. |
| deleteClientVariable | Deletes a client variable. (To test for the existence of a variable, use IsDefined.) |
| getBaseTagData | Used within a custom tag. Finds calling (ancestor) tag by name and accesses its data. |
| getBaseTagList | Gets ancestor tag names, starting with the parent tag. |
| getBaseTemplatePath | Gets the absolute path of an application’s base page. |
| getClientVariablesList | Finds the client variables to which a page has write access. |
| objectEquals | Identifies any conflict between CFC instances on the client and the server. |
| objectLoad | Loads a serialized ColdFusion array, CFC, DateTime object, Java object, query, or structure into memory as the corresponding object. |
| objectSave | Converts a ColdFusion array, CFC, DateTime object, Java object, query, or structure into a serializable binary object and optionally saves the object in a file. |
| preserveSingleQuotes | Prevents ColdFusion from automatically escaping single-quotation mark characters that are contained in a variable. ColdFusion does not evaluate the argument. |
| uRLDecode | Decodes a URL-encoded string. |
| uRLEncodedFormat | Generates a URL-encoded string. For example, it replaces spaces with %20, and non-alphanumeric characters with equivalent hexadecimal escape sequences. Passes arbitrary strings within a URL (ColdFusion automatically decodes URL parameters that are passed to a page). |
| uRLSessionFormat | Depending on whether a client computer accepts cookies, this function does the following: |
| writedump | A function equivalent to the <cfdump> tag which can be used in <cfscript>. |
| writeOutput | Appends text to the page-output stream. |