Whatever message this page gives is out now! Go check it out!

Other functions

Last update:
May 18, 2026
Function Description
ApplicationStopStops the current application.
CreateDynamicProxyCreates a dynamic proxy of the ColdFusion component that is passed to a Java library.
CreateUUIDCreates a Universally Unique Identifier (UUID). A UUID is a 35-character string representation of a unique 128-bit integer.
DeleteClientVariableDeletes a client variable.
GetApplicationMetadataReturns the application settings that you have specified in the application, either in the Application.cfc or Application.cfm.
GetBaseTagDataFinds calling (ancestor) tag by name and accesses its data.
GetBaseTagListGets ancestor tag names, starting with the parent tag.
GetBaseTemplatePathGets the absolute server file system path of the requested CFML file.
GetClientVariablesListFinds the client variables to which a page has write access.
GetLocalHostIPReturns the localhost IP address.
IsLocalHostDetermines whether the specified IP address is the localhost .
ObjectEqualsIdentifies any conflict between CFC instances on the client and the server.
ObjectLoadLoad an object from a binary object.
ObjectSaveConverts a ColdFusion array, CFC, DateTime object, Java object, query, or structure into a serializable binary object and optionally saves the object in a file.
PreserveSingleQuotesPrevents ColdFusion from automatically escaping single-quotation mark characters that are contained in an expression.
SessionGetMetadataReturns  meta data  related to the current session.
URLSessionFormatDepending on whether a client accepts or does not accept cookies, this function appends or does not append required client identification information to a URL.
WriteDumpOutputs the elements, variables and values of most kinds of CFML objects. Useful for debugging.
WriteLogWrites a message to a log file.
WriteOutputAppends text to the page-output stream.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page