# CFDocs ColdFusion / CFML Documentation

The [cfdocs.org](https://cfdocs.org/) or "cfdocs" repository is a community powered 
documentation guide for Adobe ColdFusion programming language, also known as CFML. 

"CF" is an abbreviation for "ColdFusion".

You should not use a space between "Cold Fusion", you should say it as one word: "ColdFusion" with the F in uppercase. These days 
ColdFusion tends to refer to the Adobe ColdFusion runtime engine, while CFML is often used to refer to the language (which can run on multiple runtimes including ColdFusion).

## Background Information

The cfdocs website was created in 2004 by ColdFusion and Web Application Security Expert [Pete Freitag](https://www.petefreitag.com/). The project is primarily sponsored by 
his company [Foundeo Inc.](https://foundeo.com/) which provides consulting services and security products (such as Fixinator a CFML code security scanner, FuseGuard a CFML WAF, and HackMyCF a server security scanner) for CFML developers.
There are also over 175 community contributors who have contributed to the documentation since 2013 when community contributions were first accepted.

The original motivation for the project was to provide better and faster access to the CFML documentation. While cfdocs still remains a fast and trusted source of information, it 
has also become useful to compare support for various tags and functions across different versions and engines.

Several CFML IDE Plugins now use the cfdocs dataset to provide inline code editing assistance, and documentation. 

CFDocs provides documentation for several CFML engines or language runtimes that 
can execute the CFML programming language: Adobe ColdFusion (ACF), Lucee (forked from Railo), and BoxLang. 
BlueDragon or OpenBD are no longer supported because they are not under active development.

When you see something like "CF11+" that means that it is supported on Adobe ColdFusion version 11 and up. 
If you see Lucee6+ that means it is supported as of Lucee version 6 and above.

The CFML language provides several built-in tags, and built-in functions. Some CF developers call the built-in functions "BIF's". There are sometimes implementation differences between runtime engines, which is one of the reasons that cfdocs.org is a useful
reference. 

## URL Structure

The URI for a doc page will match the name of a CFML tag, or CFML BIF, for example cfquery will be located at https://cfdocs.org/cfquery 

Machine or LLM markdown versions of the URL can be found by appending .md to the URI, for example https://cfdocs.org/cfquery.md

Remove the .md for a human readable HTML version of the page.

## CFML Tags

The following are tags which are built-in on ColdFusion:

- [cf_socialplugin](https://cfdocs.org/cf_socialplugin.md)
- [cfabort](https://cfdocs.org/cfabort.md)
- [cfadmin](https://cfdocs.org/cfadmin.md)
- [cfajaximport](https://cfdocs.org/cfajaximport.md)
- [cfajaxproxy](https://cfdocs.org/cfajaxproxy.md)
- [cfapplet](https://cfdocs.org/cfapplet.md)
- [cfapplication](https://cfdocs.org/cfapplication.md)
- [cfargument](https://cfdocs.org/cfargument.md)
- [cfassociate](https://cfdocs.org/cfassociate.md)
- [cfbreak](https://cfdocs.org/cfbreak.md)
- [cfcache](https://cfdocs.org/cfcache.md)
- [cfcalendar](https://cfdocs.org/cfcalendar.md)
- [cfcase](https://cfdocs.org/cfcase.md)
- [cfcatch](https://cfdocs.org/cfcatch.md)
- [cfchart](https://cfdocs.org/cfchart.md)
- [cfchartdata](https://cfdocs.org/cfchartdata.md)
- [cfchartseries](https://cfdocs.org/cfchartseries.md)
- [cfclient](https://cfdocs.org/cfclient.md)
- [cfclientsettings](https://cfdocs.org/cfclientsettings.md)
- [cfcol](https://cfdocs.org/cfcol.md)
- [cfcollection](https://cfdocs.org/cfcollection.md)
- [cfcomponent](https://cfdocs.org/cfcomponent.md)
- [cfcontent](https://cfdocs.org/cfcontent.md)
- [cfcontinue](https://cfdocs.org/cfcontinue.md)
- [cfcookie](https://cfdocs.org/cfcookie.md)
- [cfdbinfo](https://cfdocs.org/cfdbinfo.md)
- [cfdefaultcase](https://cfdocs.org/cfdefaultcase.md)
- [cfdirectory](https://cfdocs.org/cfdirectory.md)
- [cfdiv](https://cfdocs.org/cfdiv.md)
- [cfdocument](https://cfdocs.org/cfdocument.md)
- [cfdocumentitem](https://cfdocs.org/cfdocumentitem.md)
- [cfdocumentsection](https://cfdocs.org/cfdocumentsection.md)
- [cfdump](https://cfdocs.org/cfdump.md)
- [cfelse](https://cfdocs.org/cfelse.md)
- [cfelseif](https://cfdocs.org/cfelseif.md)
- [cferror](https://cfdocs.org/cferror.md)
- [cfexchangecalendar](https://cfdocs.org/cfexchangecalendar.md)
- [cfexchangeconnection](https://cfdocs.org/cfexchangeconnection.md)
- [cfexchangecontact](https://cfdocs.org/cfexchangecontact.md)
- [cfexchangeconversation](https://cfdocs.org/cfexchangeconversation.md)
- [cfexchangefilter](https://cfdocs.org/cfexchangefilter.md)
- [cfexchangefolder](https://cfdocs.org/cfexchangefolder.md)
- [cfexchangemail](https://cfdocs.org/cfexchangemail.md)
- [cfexchangetask](https://cfdocs.org/cfexchangetask.md)
- [cfexecute](https://cfdocs.org/cfexecute.md)
- [cfexit](https://cfdocs.org/cfexit.md)
- [cffeed](https://cfdocs.org/cffeed.md)
- [cffile](https://cfdocs.org/cffile.md)
- [cffileupload](https://cfdocs.org/cffileupload.md)
- [cffinally](https://cfdocs.org/cffinally.md)
- [cfflush](https://cfdocs.org/cfflush.md)
- [cfform](https://cfdocs.org/cfform.md)
- [cfformgroup](https://cfdocs.org/cfformgroup.md)
- [cfformitem](https://cfdocs.org/cfformitem.md)
- [cfforward](https://cfdocs.org/cfforward.md)
- [cfftp](https://cfdocs.org/cfftp.md)
- [cffunction](https://cfdocs.org/cffunction.md)
- [cfgrid](https://cfdocs.org/cfgrid.md)
- [cfgridcolumn](https://cfdocs.org/cfgridcolumn.md)
- [cfgridrow](https://cfdocs.org/cfgridrow.md)
- [cfgridupdate](https://cfdocs.org/cfgridupdate.md)
- [cfheader](https://cfdocs.org/cfheader.md)
- [cfhtmlbody](https://cfdocs.org/cfhtmlbody.md)
- [cfhtmlhead](https://cfdocs.org/cfhtmlhead.md)
- [cfhtmltopdf](https://cfdocs.org/cfhtmltopdf.md)
- [cfhtmltopdfitem](https://cfdocs.org/cfhtmltopdfitem.md)
- [cfhttp](https://cfdocs.org/cfhttp.md)
- [cfhttpparam](https://cfdocs.org/cfhttpparam.md)
- [cfif](https://cfdocs.org/cfif.md)
- [cfimage](https://cfdocs.org/cfimage.md)
- [cfimap](https://cfdocs.org/cfimap.md)
- [cfimapfilter](https://cfdocs.org/cfimapfilter.md)
- [cfimport](https://cfdocs.org/cfimport.md)
- [cfinclude](https://cfdocs.org/cfinclude.md)
- [cfindex](https://cfdocs.org/cfindex.md)
- [cfinput](https://cfdocs.org/cfinput.md)
- [cfinsert](https://cfdocs.org/cfinsert.md)
- [cfinterface](https://cfdocs.org/cfinterface.md)
- [cfinvoke](https://cfdocs.org/cfinvoke.md)
- [cfinvokeargument](https://cfdocs.org/cfinvokeargument.md)
- [cfjava](https://cfdocs.org/cfjava.md)
- [cflayout](https://cfdocs.org/cflayout.md)
- [cflayoutarea](https://cfdocs.org/cflayoutarea.md)
- [cfldap](https://cfdocs.org/cfldap.md)
- [cflocation](https://cfdocs.org/cflocation.md)
- [cflock](https://cfdocs.org/cflock.md)
- [cflog](https://cfdocs.org/cflog.md)
- [cflogin](https://cfdocs.org/cflogin.md)
- [cfloginuser](https://cfdocs.org/cfloginuser.md)
- [cflogout](https://cfdocs.org/cflogout.md)
- [cfloop](https://cfdocs.org/cfloop.md)
- [cfmail](https://cfdocs.org/cfmail.md)
- [cfmailparam](https://cfdocs.org/cfmailparam.md)
- [cfmailpart](https://cfdocs.org/cfmailpart.md)
- [cfmap](https://cfdocs.org/cfmap.md)
- [cfmapitem](https://cfdocs.org/cfmapitem.md)
- [cfmediaplayer](https://cfdocs.org/cfmediaplayer.md)
- [cfmenu](https://cfdocs.org/cfmenu.md)
- [cfmenuitem](https://cfdocs.org/cfmenuitem.md)
- [cfmessagebox](https://cfdocs.org/cfmessagebox.md)
- [cfmodule](https://cfdocs.org/cfmodule.md)
- [cfntauthenticate](https://cfdocs.org/cfntauthenticate.md)
- [cfoauth](https://cfdocs.org/cfoauth.md)
- [cfobject](https://cfdocs.org/cfobject.md)
- [cfobjectcache](https://cfdocs.org/cfobjectcache.md)
- [cfoutput](https://cfdocs.org/cfoutput.md)
- [cfpageencoding](https://cfdocs.org/cfpageencoding.md)
- [cfparam](https://cfdocs.org/cfparam.md)
- [cfpdf](https://cfdocs.org/cfpdf.md)
- [cfpdfform](https://cfdocs.org/cfpdfform.md)
- [cfpdfformparam](https://cfdocs.org/cfpdfformparam.md)
- [cfpdfparam](https://cfdocs.org/cfpdfparam.md)
- [cfpdfsubform](https://cfdocs.org/cfpdfsubform.md)
- [cfpod](https://cfdocs.org/cfpod.md)
- [cfpop](https://cfdocs.org/cfpop.md)
- [cfpresentation](https://cfdocs.org/cfpresentation.md)
- [cfpresentationslide](https://cfdocs.org/cfpresentationslide.md)
- [cfpresenter](https://cfdocs.org/cfpresenter.md)
- [cfprint](https://cfdocs.org/cfprint.md)
- [cfprocessingdirective](https://cfdocs.org/cfprocessingdirective.md)
- [cfprocparam](https://cfdocs.org/cfprocparam.md)
- [cfprocresult](https://cfdocs.org/cfprocresult.md)
- [cfprogressbar](https://cfdocs.org/cfprogressbar.md)
- [cfproperty](https://cfdocs.org/cfproperty.md)
- [cfquery](https://cfdocs.org/cfquery.md)
- [cfqueryparam](https://cfdocs.org/cfqueryparam.md)
- [cfregistry](https://cfdocs.org/cfregistry.md)
- [cfreport](https://cfdocs.org/cfreport.md)
- [cfreportparam](https://cfdocs.org/cfreportparam.md)
- [cfrethrow](https://cfdocs.org/cfrethrow.md)
- [cfretry](https://cfdocs.org/cfretry.md)
- [cfreturn](https://cfdocs.org/cfreturn.md)
- [cfsavecontent](https://cfdocs.org/cfsavecontent.md)
- [cfschedule](https://cfdocs.org/cfschedule.md)
- [cfscript](https://cfdocs.org/cfscript.md)
- [cfsearch](https://cfdocs.org/cfsearch.md)
- [cfselect](https://cfdocs.org/cfselect.md)
- [cfservlet](https://cfdocs.org/cfservlet.md)
- [cfservletparam](https://cfdocs.org/cfservletparam.md)
- [cfset](https://cfdocs.org/cfset.md)
- [cfsetting](https://cfdocs.org/cfsetting.md)
- [cfsharepoint](https://cfdocs.org/cfsharepoint.md)
- [cfsilent](https://cfdocs.org/cfsilent.md)
- [cfsleep](https://cfdocs.org/cfsleep.md)
- [cfslider](https://cfdocs.org/cfslider.md)
- [cfspreadsheet](https://cfdocs.org/cfspreadsheet.md)
- [cfsprydataset](https://cfdocs.org/cfsprydataset.md)
- [cfstopwatch](https://cfdocs.org/cfstopwatch.md)
- [cfstoredproc](https://cfdocs.org/cfstoredproc.md)
- [cfswitch](https://cfdocs.org/cfswitch.md)
- [cftable](https://cfdocs.org/cftable.md)
- [cftextarea](https://cfdocs.org/cftextarea.md)
- [cftextinput](https://cfdocs.org/cftextinput.md)
- [cfthread](https://cfdocs.org/cfthread.md)
- [cfthrow](https://cfdocs.org/cfthrow.md)
- [cftimer](https://cfdocs.org/cftimer.md)
- [cftooltip](https://cfdocs.org/cftooltip.md)
- [cftrace](https://cfdocs.org/cftrace.md)
- [cftransaction](https://cfdocs.org/cftransaction.md)
- [cftree](https://cfdocs.org/cftree.md)
- [cftreeitem](https://cfdocs.org/cftreeitem.md)
- [cftry](https://cfdocs.org/cftry.md)
- [cfupdate](https://cfdocs.org/cfupdate.md)
- [cfwddx](https://cfdocs.org/cfwddx.md)
- [cfwebsocket](https://cfdocs.org/cfwebsocket.md)
- [cfwhile](https://cfdocs.org/cfwhile.md)
- [cfwindow](https://cfdocs.org/cfwindow.md)
- [cfxml](https://cfdocs.org/cfxml.md)
- [cfzip](https://cfdocs.org/cfzip.md)
- [cfzipparam](https://cfdocs.org/cfzipparam.md)


## CFML Functions

The following functions are built-in on ColdFusion and can be used anywhere in CFML code:

- [abs](https://cfdocs.org/abs.md)
- [acos](https://cfdocs.org/acos.md)
- [addsoaprequestheader](https://cfdocs.org/addsoaprequestheader.md)
- [addsoapresponseheader](https://cfdocs.org/addsoapresponseheader.md)
- [ajaxlink](https://cfdocs.org/ajaxlink.md)
- [ajaxonload](https://cfdocs.org/ajaxonload.md)
- [applicationstarttime](https://cfdocs.org/applicationstarttime.md)
- [applicationstop](https://cfdocs.org/applicationstop.md)
- [argon2checkhash](https://cfdocs.org/argon2checkhash.md)
- [array](https://cfdocs.org/array.md)
- [arrayappend](https://cfdocs.org/arrayappend.md)
- [arrayavg](https://cfdocs.org/arrayavg.md)
- [arrayclear](https://cfdocs.org/arrayclear.md)
- [arraycontains](https://cfdocs.org/arraycontains.md)
- [arraycontainsnocase](https://cfdocs.org/arraycontainsnocase.md)
- [arraydelete](https://cfdocs.org/arraydelete.md)
- [arraydeleteat](https://cfdocs.org/arraydeleteat.md)
- [arraydeletenocase](https://cfdocs.org/arraydeletenocase.md)
- [arrayeach](https://cfdocs.org/arrayeach.md)
- [arrayevery](https://cfdocs.org/arrayevery.md)
- [arrayfilter](https://cfdocs.org/arrayfilter.md)
- [arrayfind](https://cfdocs.org/arrayfind.md)
- [arrayfindall](https://cfdocs.org/arrayfindall.md)
- [arrayfindallnocase](https://cfdocs.org/arrayfindallnocase.md)
- [arrayfindnocase](https://cfdocs.org/arrayfindnocase.md)
- [arrayfirst](https://cfdocs.org/arrayfirst.md)
- [arraygetmetadata](https://cfdocs.org/arraygetmetadata.md)
- [arrayindexexists](https://cfdocs.org/arrayindexexists.md)
- [arrayinsertat](https://cfdocs.org/arrayinsertat.md)
- [arrayisdefined](https://cfdocs.org/arrayisdefined.md)
- [arrayisempty](https://cfdocs.org/arrayisempty.md)
- [arraylast](https://cfdocs.org/arraylast.md)
- [arraylen](https://cfdocs.org/arraylen.md)
- [arraymap](https://cfdocs.org/arraymap.md)
- [arraymax](https://cfdocs.org/arraymax.md)
- [arraymedian](https://cfdocs.org/arraymedian.md)
- [arraymerge](https://cfdocs.org/arraymerge.md)
- [arraymid](https://cfdocs.org/arraymid.md)
- [arraymin](https://cfdocs.org/arraymin.md)
- [arraynew](https://cfdocs.org/arraynew.md)
- [arraypop](https://cfdocs.org/arraypop.md)
- [arrayprepend](https://cfdocs.org/arrayprepend.md)
- [arraypush](https://cfdocs.org/arraypush.md)
- [arrayrange](https://cfdocs.org/arrayrange.md)
- [arrayreduce](https://cfdocs.org/arrayreduce.md)
- [arrayreduceright](https://cfdocs.org/arrayreduceright.md)
- [arrayresize](https://cfdocs.org/arrayresize.md)
- [arrayreverse](https://cfdocs.org/arrayreverse.md)
- [arrayset](https://cfdocs.org/arrayset.md)
- [arraysetmetadata](https://cfdocs.org/arraysetmetadata.md)
- [arrayshift](https://cfdocs.org/arrayshift.md)
- [arrayslice](https://cfdocs.org/arrayslice.md)
- [arraysome](https://cfdocs.org/arraysome.md)
- [arraysort](https://cfdocs.org/arraysort.md)
- [arraysplice](https://cfdocs.org/arraysplice.md)
- [arraysum](https://cfdocs.org/arraysum.md)
- [arrayswap](https://cfdocs.org/arrayswap.md)
- [arraytolist](https://cfdocs.org/arraytolist.md)
- [arraytostruct](https://cfdocs.org/arraytostruct.md)
- [arrayunshift](https://cfdocs.org/arrayunshift.md)
- [asc](https://cfdocs.org/asc.md)
- [ascii](https://cfdocs.org/ascii.md)
- [asin](https://cfdocs.org/asin.md)
- [atn](https://cfdocs.org/atn.md)
- [beat](https://cfdocs.org/beat.md)
- [binarydecode](https://cfdocs.org/binarydecode.md)
- [binaryencode](https://cfdocs.org/binaryencode.md)
- [bitand](https://cfdocs.org/bitand.md)
- [bitmaskclear](https://cfdocs.org/bitmaskclear.md)
- [bitmaskread](https://cfdocs.org/bitmaskread.md)
- [bitmaskset](https://cfdocs.org/bitmaskset.md)
- [bitnot](https://cfdocs.org/bitnot.md)
- [bitor](https://cfdocs.org/bitor.md)
- [bitshln](https://cfdocs.org/bitshln.md)
- [bitshrn](https://cfdocs.org/bitshrn.md)
- [bitxor](https://cfdocs.org/bitxor.md)
- [booleanformat](https://cfdocs.org/booleanformat.md)
- [bundleinfo](https://cfdocs.org/bundleinfo.md)
- [cacheclear](https://cfdocs.org/cacheclear.md)
- [cachecount](https://cfdocs.org/cachecount.md)
- [cachedelete](https://cfdocs.org/cachedelete.md)
- [cacheget](https://cfdocs.org/cacheget.md)
- [cachegetall](https://cfdocs.org/cachegetall.md)
- [cachegetallids](https://cfdocs.org/cachegetallids.md)
- [cachegetdefaultcachename](https://cfdocs.org/cachegetdefaultcachename.md)
- [cachegetengineproperties](https://cfdocs.org/cachegetengineproperties.md)
- [cachegetmetadata](https://cfdocs.org/cachegetmetadata.md)
- [cachegetproperties](https://cfdocs.org/cachegetproperties.md)
- [cachegetsession](https://cfdocs.org/cachegetsession.md)
- [cacheidexists](https://cfdocs.org/cacheidexists.md)
- [cachekeyexists](https://cfdocs.org/cachekeyexists.md)
- [cacheput](https://cfdocs.org/cacheput.md)
- [cacheregionexists](https://cfdocs.org/cacheregionexists.md)
- [cacheregionnew](https://cfdocs.org/cacheregionnew.md)
- [cacheregionremove](https://cfdocs.org/cacheregionremove.md)
- [cacheremove](https://cfdocs.org/cacheremove.md)
- [cacheremoveall](https://cfdocs.org/cacheremoveall.md)
- [cachesetproperties](https://cfdocs.org/cachesetproperties.md)
- [callstackdump](https://cfdocs.org/callstackdump.md)
- [callstackget](https://cfdocs.org/callstackget.md)
- [canonicalize](https://cfdocs.org/canonicalize.md)
- [ceiling](https://cfdocs.org/ceiling.md)
- [cfusion_decrypt](https://cfdocs.org/cfusion_decrypt.md)
- [cfusion_encrypt](https://cfdocs.org/cfusion_encrypt.md)
- [charsetdecode](https://cfdocs.org/charsetdecode.md)
- [charsetencode](https://cfdocs.org/charsetencode.md)
- [chr](https://cfdocs.org/chr.md)
- [cjustify](https://cfdocs.org/cjustify.md)
- [cleartimezone](https://cfdocs.org/cleartimezone.md)
- [collectioneach](https://cfdocs.org/collectioneach.md)
- [collectionevery](https://cfdocs.org/collectionevery.md)
- [collectionfilter](https://cfdocs.org/collectionfilter.md)
- [collectionmap](https://cfdocs.org/collectionmap.md)
- [collectionreduce](https://cfdocs.org/collectionreduce.md)
- [collectionsome](https://cfdocs.org/collectionsome.md)
- [compare](https://cfdocs.org/compare.md)
- [comparenocase](https://cfdocs.org/comparenocase.md)
- [componentcacheclear](https://cfdocs.org/componentcacheclear.md)
- [componentcachelist](https://cfdocs.org/componentcachelist.md)
- [componentinfo](https://cfdocs.org/componentinfo.md)
- [compress](https://cfdocs.org/compress.md)
- [configimport](https://cfdocs.org/configimport.md)
- [contractpath](https://cfdocs.org/contractpath.md)
- [cos](https://cfdocs.org/cos.md)
- [createdate](https://cfdocs.org/createdate.md)
- [createdatetime](https://cfdocs.org/createdatetime.md)
- [createdynamicproxy](https://cfdocs.org/createdynamicproxy.md)
- [createencryptedjwt](https://cfdocs.org/createencryptedjwt.md)
- [createguid](https://cfdocs.org/createguid.md)
- [createobject](https://cfdocs.org/createobject.md)
- [createodbcdate](https://cfdocs.org/createodbcdate.md)
- [createodbcdatetime](https://cfdocs.org/createodbcdatetime.md)
- [createodbctime](https://cfdocs.org/createodbctime.md)
- [createsignedjwt](https://cfdocs.org/createsignedjwt.md)
- [createtime](https://cfdocs.org/createtime.md)
- [createtimespan](https://cfdocs.org/createtimespan.md)
- [createuniqueid](https://cfdocs.org/createuniqueid.md)
- [createuuid](https://cfdocs.org/createuuid.md)
- [csrfgeneratetoken](https://cfdocs.org/csrfgeneratetoken.md)
- [csrfverifytoken](https://cfdocs.org/csrfverifytoken.md)
- [ctcacheclear](https://cfdocs.org/ctcacheclear.md)
- [ctcachelist](https://cfdocs.org/ctcachelist.md)
- [datasourceflushmetacache](https://cfdocs.org/datasourceflushmetacache.md)
- [dateadd](https://cfdocs.org/dateadd.md)
- [datecompare](https://cfdocs.org/datecompare.md)
- [dateconvert](https://cfdocs.org/dateconvert.md)
- [datediff](https://cfdocs.org/datediff.md)
- [dateformat](https://cfdocs.org/dateformat.md)
- [datepart](https://cfdocs.org/datepart.md)
- [datetimeformat](https://cfdocs.org/datetimeformat.md)
- [day](https://cfdocs.org/day.md)
- [dayofweek](https://cfdocs.org/dayofweek.md)
- [dayofweekasstring](https://cfdocs.org/dayofweekasstring.md)
- [dayofweekshortasstring](https://cfdocs.org/dayofweekshortasstring.md)
- [dayofyear](https://cfdocs.org/dayofyear.md)
- [daysinmonth](https://cfdocs.org/daysinmonth.md)
- [daysinyear](https://cfdocs.org/daysinyear.md)
- [dbpoolclear](https://cfdocs.org/dbpoolclear.md)
- [de](https://cfdocs.org/de.md)
- [decimalformat](https://cfdocs.org/decimalformat.md)
- [decodeforhtml](https://cfdocs.org/decodeforhtml.md)
- [decodefromurl](https://cfdocs.org/decodefromurl.md)
- [decrementvalue](https://cfdocs.org/decrementvalue.md)
- [decrypt](https://cfdocs.org/decrypt.md)
- [decryptbinary](https://cfdocs.org/decryptbinary.md)
- [deleteclientvariable](https://cfdocs.org/deleteclientvariable.md)
- [deserialize](https://cfdocs.org/deserialize.md)
- [deserializeavro](https://cfdocs.org/deserializeavro.md)
- [deserializejson](https://cfdocs.org/deserializejson.md)
- [deserializeprotobuf](https://cfdocs.org/deserializeprotobuf.md)
- [deserializexml](https://cfdocs.org/deserializexml.md)
- [directorycopy](https://cfdocs.org/directorycopy.md)
- [directorycreate](https://cfdocs.org/directorycreate.md)
- [directorydelete](https://cfdocs.org/directorydelete.md)
- [directoryexists](https://cfdocs.org/directoryexists.md)
- [directorylist](https://cfdocs.org/directorylist.md)
- [directoryrename](https://cfdocs.org/directoryrename.md)
- [dollarformat](https://cfdocs.org/dollarformat.md)
- [dotnettocftype](https://cfdocs.org/dotnettocftype.md)
- [duplicate](https://cfdocs.org/duplicate.md)
- [each](https://cfdocs.org/each.md)
- [echo](https://cfdocs.org/echo.md)
- [empty](https://cfdocs.org/empty.md)
- [encodefor](https://cfdocs.org/encodefor.md)
- [encodeforcss](https://cfdocs.org/encodeforcss.md)
- [encodefordn](https://cfdocs.org/encodefordn.md)
- [encodeforhtml](https://cfdocs.org/encodeforhtml.md)
- [encodeforhtmlattribute](https://cfdocs.org/encodeforhtmlattribute.md)
- [encodeforjavascript](https://cfdocs.org/encodeforjavascript.md)
- [encodeforldap](https://cfdocs.org/encodeforldap.md)
- [encodeforurl](https://cfdocs.org/encodeforurl.md)
- [encodeforxml](https://cfdocs.org/encodeforxml.md)
- [encodeforxmlattribute](https://cfdocs.org/encodeforxmlattribute.md)
- [encodeforxpath](https://cfdocs.org/encodeforxpath.md)
- [encrypt](https://cfdocs.org/encrypt.md)
- [encryptbinary](https://cfdocs.org/encryptbinary.md)
- [entitydelete](https://cfdocs.org/entitydelete.md)
- [entityload](https://cfdocs.org/entityload.md)
- [entityloadbyexample](https://cfdocs.org/entityloadbyexample.md)
- [entityloadbypk](https://cfdocs.org/entityloadbypk.md)
- [entitymerge](https://cfdocs.org/entitymerge.md)
- [entitynamearray](https://cfdocs.org/entitynamearray.md)
- [entitynamelist](https://cfdocs.org/entitynamelist.md)
- [entitynew](https://cfdocs.org/entitynew.md)
- [entityreload](https://cfdocs.org/entityreload.md)
- [entitysave](https://cfdocs.org/entitysave.md)
- [entitytoquery](https://cfdocs.org/entitytoquery.md)
- [esapidecode](https://cfdocs.org/esapidecode.md)
- [esapiencode](https://cfdocs.org/esapiencode.md)
- [evaluate](https://cfdocs.org/evaluate.md)
- [exceptionkeyexists](https://cfdocs.org/exceptionkeyexists.md)
- [exp](https://cfdocs.org/exp.md)
- [expandpath](https://cfdocs.org/expandpath.md)
- [extensionexists](https://cfdocs.org/extensionexists.md)
- [extensionlist](https://cfdocs.org/extensionlist.md)
- [extract](https://cfdocs.org/extract.md)
- [fileappend](https://cfdocs.org/fileappend.md)
- [fileclose](https://cfdocs.org/fileclose.md)
- [filecopy](https://cfdocs.org/filecopy.md)
- [filedelete](https://cfdocs.org/filedelete.md)
- [fileexists](https://cfdocs.org/fileexists.md)
- [filegetmimetype](https://cfdocs.org/filegetmimetype.md)
- [fileiseof](https://cfdocs.org/fileiseof.md)
- [filemove](https://cfdocs.org/filemove.md)
- [fileopen](https://cfdocs.org/fileopen.md)
- [fileread](https://cfdocs.org/fileread.md)
- [filereadbinary](https://cfdocs.org/filereadbinary.md)
- [filereadline](https://cfdocs.org/filereadline.md)
- [fileseek](https://cfdocs.org/fileseek.md)
- [filesetaccessmode](https://cfdocs.org/filesetaccessmode.md)
- [filesetattribute](https://cfdocs.org/filesetattribute.md)
- [filesetlastmodified](https://cfdocs.org/filesetlastmodified.md)
- [fileskipbytes](https://cfdocs.org/fileskipbytes.md)
- [fileupload](https://cfdocs.org/fileupload.md)
- [fileuploadall](https://cfdocs.org/fileuploadall.md)
- [filewrite](https://cfdocs.org/filewrite.md)
- [filewriteline](https://cfdocs.org/filewriteline.md)
- [find](https://cfdocs.org/find.md)
- [findnocase](https://cfdocs.org/findnocase.md)
- [findoneof](https://cfdocs.org/findoneof.md)
- [firstdayofmonth](https://cfdocs.org/firstdayofmonth.md)
- [fix](https://cfdocs.org/fix.md)
- [floor](https://cfdocs.org/floor.md)
- [formatbasen](https://cfdocs.org/formatbasen.md)
- [generateargon2hash](https://cfdocs.org/generateargon2hash.md)
- [generatebcrypthash](https://cfdocs.org/generatebcrypthash.md)
- [generategraphqlmodels](https://cfdocs.org/generategraphqlmodels.md)
- [generatepbkdfkey](https://cfdocs.org/generatepbkdfkey.md)
- [generatescrypthash](https://cfdocs.org/generatescrypthash.md)
- [generatesecretkey](https://cfdocs.org/generatesecretkey.md)
- [getapplicationmetadata](https://cfdocs.org/getapplicationmetadata.md)
- [getapplicationsettings](https://cfdocs.org/getapplicationsettings.md)
- [getauthuser](https://cfdocs.org/getauthuser.md)
- [getbasetagdata](https://cfdocs.org/getbasetagdata.md)
- [getbasetaglist](https://cfdocs.org/getbasetaglist.md)
- [getbasetemplatepath](https://cfdocs.org/getbasetemplatepath.md)
- [getbuiltinfunction](https://cfdocs.org/getbuiltinfunction.md)
- [getcanonicalpath](https://cfdocs.org/getcanonicalpath.md)
- [getclasspath](https://cfdocs.org/getclasspath.md)
- [getclientvariableslist](https://cfdocs.org/getclientvariableslist.md)
- [getcomponentmetadata](https://cfdocs.org/getcomponentmetadata.md)
- [getcontextroot](https://cfdocs.org/getcontextroot.md)
- [getcpuusage](https://cfdocs.org/getcpuusage.md)
- [getcurrentcontext](https://cfdocs.org/getcurrentcontext.md)
- [getcurrenttemplatepath](https://cfdocs.org/getcurrenttemplatepath.md)
- [getdirectoryfrompath](https://cfdocs.org/getdirectoryfrompath.md)
- [getencoding](https://cfdocs.org/getencoding.md)
- [getexception](https://cfdocs.org/getexception.md)
- [getfilefrompath](https://cfdocs.org/getfilefrompath.md)
- [getfileinfo](https://cfdocs.org/getfileinfo.md)
- [getfreespace](https://cfdocs.org/getfreespace.md)
- [getfunctioncalledname](https://cfdocs.org/getfunctioncalledname.md)
- [getfunctiondata](https://cfdocs.org/getfunctiondata.md)
- [getfunctionkeywords](https://cfdocs.org/getfunctionkeywords.md)
- [getfunctionlist](https://cfdocs.org/getfunctionlist.md)
- [getgatewayhelper](https://cfdocs.org/getgatewayhelper.md)
- [getgraphqlclient](https://cfdocs.org/getgraphqlclient.md)
- [gethttprequestdata](https://cfdocs.org/gethttprequestdata.md)
- [gethttptimestring](https://cfdocs.org/gethttptimestring.md)
- [getk2serverdoccount](https://cfdocs.org/getk2serverdoccount.md)
- [getk2serverdoccountlimit](https://cfdocs.org/getk2serverdoccountlimit.md)
- [getlocale](https://cfdocs.org/getlocale.md)
- [getlocalecountry](https://cfdocs.org/getlocalecountry.md)
- [getlocaledisplayname](https://cfdocs.org/getlocaledisplayname.md)
- [getlocaleinfo](https://cfdocs.org/getlocaleinfo.md)
- [getlocalelanguage](https://cfdocs.org/getlocalelanguage.md)
- [getlocalhostip](https://cfdocs.org/getlocalhostip.md)
- [getluceeid](https://cfdocs.org/getluceeid.md)
- [getmemoryusage](https://cfdocs.org/getmemoryusage.md)
- [getmetadata](https://cfdocs.org/getmetadata.md)
- [getmetricdata](https://cfdocs.org/getmetricdata.md)
- [getnumericdate](https://cfdocs.org/getnumericdate.md)
- [getpagecontext](https://cfdocs.org/getpagecontext.md)
- [getprinterinfo](https://cfdocs.org/getprinterinfo.md)
- [getprinterlist](https://cfdocs.org/getprinterlist.md)
- [getprofilesections](https://cfdocs.org/getprofilesections.md)
- [getprofilestring](https://cfdocs.org/getprofilestring.md)
- [getreadableimageformats](https://cfdocs.org/getreadableimageformats.md)
- [getsafehtml](https://cfdocs.org/getsafehtml.md)
- [getsoaprequest](https://cfdocs.org/getsoaprequest.md)
- [getsoaprequestheader](https://cfdocs.org/getsoaprequestheader.md)
- [getsoapresponse](https://cfdocs.org/getsoapresponse.md)
- [getsoapresponseheader](https://cfdocs.org/getsoapresponseheader.md)
- [getsystemfreememory](https://cfdocs.org/getsystemfreememory.md)
- [getsystemtotalmemory](https://cfdocs.org/getsystemtotalmemory.md)
- [gettagdata](https://cfdocs.org/gettagdata.md)
- [gettaglist](https://cfdocs.org/gettaglist.md)
- [gettempdirectory](https://cfdocs.org/gettempdirectory.md)
- [gettempfile](https://cfdocs.org/gettempfile.md)
- [gettemplatepath](https://cfdocs.org/gettemplatepath.md)
- [gettickcount](https://cfdocs.org/gettickcount.md)
- [gettimezone](https://cfdocs.org/gettimezone.md)
- [gettimezoneinfo](https://cfdocs.org/gettimezoneinfo.md)
- [gettoken](https://cfdocs.org/gettoken.md)
- [gettotalspace](https://cfdocs.org/gettotalspace.md)
- [getuserroles](https://cfdocs.org/getuserroles.md)
- [getvariable](https://cfdocs.org/getvariable.md)
- [getvfsmetadata](https://cfdocs.org/getvfsmetadata.md)
- [getwriteableimageformats](https://cfdocs.org/getwriteableimageformats.md)
- [hash](https://cfdocs.org/hash.md)
- [hash40](https://cfdocs.org/hash40.md)
- [hmac](https://cfdocs.org/hmac.md)
- [hour](https://cfdocs.org/hour.md)
- [htmlcodeformat](https://cfdocs.org/htmlcodeformat.md)
- [htmleditformat](https://cfdocs.org/htmleditformat.md)
- [htmlparse](https://cfdocs.org/htmlparse.md)
- [iif](https://cfdocs.org/iif.md)
- [imageaddborder](https://cfdocs.org/imageaddborder.md)
- [imageblur](https://cfdocs.org/imageblur.md)
- [imagecaptcha](https://cfdocs.org/imagecaptcha.md)
- [imageclearrect](https://cfdocs.org/imageclearrect.md)
- [imagecopy](https://cfdocs.org/imagecopy.md)
- [imagecreatecaptcha](https://cfdocs.org/imagecreatecaptcha.md)
- [imagecrop](https://cfdocs.org/imagecrop.md)
- [imagedrawarc](https://cfdocs.org/imagedrawarc.md)
- [imagedrawbeveledrect](https://cfdocs.org/imagedrawbeveledrect.md)
- [imagedrawcubiccurve](https://cfdocs.org/imagedrawcubiccurve.md)
- [imagedrawimage](https://cfdocs.org/imagedrawimage.md)
- [imagedrawline](https://cfdocs.org/imagedrawline.md)
- [imagedrawlines](https://cfdocs.org/imagedrawlines.md)
- [imagedrawoval](https://cfdocs.org/imagedrawoval.md)
- [imagedrawpoint](https://cfdocs.org/imagedrawpoint.md)
- [imagedrawquadraticcurve](https://cfdocs.org/imagedrawquadraticcurve.md)
- [imagedrawrect](https://cfdocs.org/imagedrawrect.md)
- [imagedrawroundrect](https://cfdocs.org/imagedrawroundrect.md)
- [imagedrawtext](https://cfdocs.org/imagedrawtext.md)
- [imagefilter](https://cfdocs.org/imagefilter.md)
- [imagefiltercolormap](https://cfdocs.org/imagefiltercolormap.md)
- [imagefiltercurves](https://cfdocs.org/imagefiltercurves.md)
- [imagefilterkernel](https://cfdocs.org/imagefilterkernel.md)
- [imagefilterwarpgrid](https://cfdocs.org/imagefilterwarpgrid.md)
- [imageflip](https://cfdocs.org/imageflip.md)
- [imagefonts](https://cfdocs.org/imagefonts.md)
- [imageformats](https://cfdocs.org/imageformats.md)
- [imagegetblob](https://cfdocs.org/imagegetblob.md)
- [imagegetbufferedimage](https://cfdocs.org/imagegetbufferedimage.md)
- [imagegetexifmetadata](https://cfdocs.org/imagegetexifmetadata.md)
- [imagegetexiftag](https://cfdocs.org/imagegetexiftag.md)
- [imagegetheight](https://cfdocs.org/imagegetheight.md)
- [imagegetiptcmetadata](https://cfdocs.org/imagegetiptcmetadata.md)
- [imagegetiptctag](https://cfdocs.org/imagegetiptctag.md)
- [imagegetmetadata](https://cfdocs.org/imagegetmetadata.md)
- [imagegetwidth](https://cfdocs.org/imagegetwidth.md)
- [imagegrayscale](https://cfdocs.org/imagegrayscale.md)
- [imageinfo](https://cfdocs.org/imageinfo.md)
- [imagemakecolortransparent](https://cfdocs.org/imagemakecolortransparent.md)
- [imagemaketranslucent](https://cfdocs.org/imagemaketranslucent.md)
- [imagenegative](https://cfdocs.org/imagenegative.md)
- [imagenew](https://cfdocs.org/imagenew.md)
- [imageoverlay](https://cfdocs.org/imageoverlay.md)
- [imagepaste](https://cfdocs.org/imagepaste.md)
- [imageread](https://cfdocs.org/imageread.md)
- [imagereadbase64](https://cfdocs.org/imagereadbase64.md)
- [imageresize](https://cfdocs.org/imageresize.md)
- [imagerotate](https://cfdocs.org/imagerotate.md)
- [imagerotatedrawingaxis](https://cfdocs.org/imagerotatedrawingaxis.md)
- [imagescaletofit](https://cfdocs.org/imagescaletofit.md)
- [imagesetantialiasing](https://cfdocs.org/imagesetantialiasing.md)
- [imagesetbackgroundcolor](https://cfdocs.org/imagesetbackgroundcolor.md)
- [imagesetdrawingalpha](https://cfdocs.org/imagesetdrawingalpha.md)
- [imagesetdrawingcolor](https://cfdocs.org/imagesetdrawingcolor.md)
- [imagesetdrawingstroke](https://cfdocs.org/imagesetdrawingstroke.md)
- [imagesetdrawingtransparency](https://cfdocs.org/imagesetdrawingtransparency.md)
- [imagesharpen](https://cfdocs.org/imagesharpen.md)
- [imageshear](https://cfdocs.org/imageshear.md)
- [imagesheardrawingaxis](https://cfdocs.org/imagesheardrawingaxis.md)
- [imagetranslate](https://cfdocs.org/imagetranslate.md)
- [imagetranslatedrawingaxis](https://cfdocs.org/imagetranslatedrawingaxis.md)
- [imagewrite](https://cfdocs.org/imagewrite.md)
- [imagewritebase64](https://cfdocs.org/imagewritebase64.md)
- [imagexordrawingmode](https://cfdocs.org/imagexordrawingmode.md)
- [incrementvalue](https://cfdocs.org/incrementvalue.md)
- [inputbasen](https://cfdocs.org/inputbasen.md)
- [insert](https://cfdocs.org/insert.md)
- [int](https://cfdocs.org/int.md)
- [invalidateoauthaccesstoken](https://cfdocs.org/invalidateoauthaccesstoken.md)
- [invoke](https://cfdocs.org/invoke.md)
- [isarray](https://cfdocs.org/isarray.md)
- [isbinary](https://cfdocs.org/isbinary.md)
- [isboolean](https://cfdocs.org/isboolean.md)
- [isclosure](https://cfdocs.org/isclosure.md)
- [iscustomfunction](https://cfdocs.org/iscustomfunction.md)
- [isdate](https://cfdocs.org/isdate.md)
- [isdateobject](https://cfdocs.org/isdateobject.md)
- [isddx](https://cfdocs.org/isddx.md)
- [isdebugmode](https://cfdocs.org/isdebugmode.md)
- [isdefined](https://cfdocs.org/isdefined.md)
- [isempty](https://cfdocs.org/isempty.md)
- [isfileobject](https://cfdocs.org/isfileobject.md)
- [isimage](https://cfdocs.org/isimage.md)
- [isimagefile](https://cfdocs.org/isimagefile.md)
- [isinstanceof](https://cfdocs.org/isinstanceof.md)
- [isinthread](https://cfdocs.org/isinthread.md)
- [isipinrange](https://cfdocs.org/isipinrange.md)
- [isipv6](https://cfdocs.org/isipv6.md)
- [isjson](https://cfdocs.org/isjson.md)
- [isk2serverabroker](https://cfdocs.org/isk2serverabroker.md)
- [isk2serverdoccountexceeded](https://cfdocs.org/isk2serverdoccountexceeded.md)
- [isk2serveronline](https://cfdocs.org/isk2serveronline.md)
- [isleapyear](https://cfdocs.org/isleapyear.md)
- [islocalhost](https://cfdocs.org/islocalhost.md)
- [isnotmap](https://cfdocs.org/isnotmap.md)
- [isnull](https://cfdocs.org/isnull.md)
- [isnumeric](https://cfdocs.org/isnumeric.md)
- [isnumericdate](https://cfdocs.org/isnumericdate.md)
- [isobject](https://cfdocs.org/isobject.md)
- [ispdfarchive](https://cfdocs.org/ispdfarchive.md)
- [ispdffile](https://cfdocs.org/ispdffile.md)
- [ispdfobject](https://cfdocs.org/ispdfobject.md)
- [isquery](https://cfdocs.org/isquery.md)
- [issafehtml](https://cfdocs.org/issafehtml.md)
- [issimplevalue](https://cfdocs.org/issimplevalue.md)
- [issoaprequest](https://cfdocs.org/issoaprequest.md)
- [isspreadsheetfile](https://cfdocs.org/isspreadsheetfile.md)
- [isspreadsheetobject](https://cfdocs.org/isspreadsheetobject.md)
- [isstruct](https://cfdocs.org/isstruct.md)
- [isuserinanyrole](https://cfdocs.org/isuserinanyrole.md)
- [isuserinrole](https://cfdocs.org/isuserinrole.md)
- [isuserloggedin](https://cfdocs.org/isuserloggedin.md)
- [isvalid](https://cfdocs.org/isvalid.md)
- [isvalidoauthaccesstoken](https://cfdocs.org/isvalidoauthaccesstoken.md)
- [isvideofile](https://cfdocs.org/isvideofile.md)
- [iswddx](https://cfdocs.org/iswddx.md)
- [isxml](https://cfdocs.org/isxml.md)
- [isxmlattribute](https://cfdocs.org/isxmlattribute.md)
- [isxmldoc](https://cfdocs.org/isxmldoc.md)
- [isxmlelem](https://cfdocs.org/isxmlelem.md)
- [isxmlnode](https://cfdocs.org/isxmlnode.md)
- [isxmlroot](https://cfdocs.org/isxmlroot.md)
- [iszipfile](https://cfdocs.org/iszipfile.md)
- [javacast](https://cfdocs.org/javacast.md)
- [jsstringformat](https://cfdocs.org/jsstringformat.md)
- [lcase](https://cfdocs.org/lcase.md)
- [left](https://cfdocs.org/left.md)
- [len](https://cfdocs.org/len.md)
- [listappend](https://cfdocs.org/listappend.md)
- [listavg](https://cfdocs.org/listavg.md)
- [listchangedelims](https://cfdocs.org/listchangedelims.md)
- [listcompact](https://cfdocs.org/listcompact.md)
- [listcontains](https://cfdocs.org/listcontains.md)
- [listcontainsnocase](https://cfdocs.org/listcontainsnocase.md)
- [listdeleteat](https://cfdocs.org/listdeleteat.md)
- [listeach](https://cfdocs.org/listeach.md)
- [listevery](https://cfdocs.org/listevery.md)
- [listfilter](https://cfdocs.org/listfilter.md)
- [listfind](https://cfdocs.org/listfind.md)
- [listfindnocase](https://cfdocs.org/listfindnocase.md)
- [listfirst](https://cfdocs.org/listfirst.md)
- [listgetat](https://cfdocs.org/listgetat.md)
- [listindexexists](https://cfdocs.org/listindexexists.md)
- [listinsertat](https://cfdocs.org/listinsertat.md)
- [listitemtrim](https://cfdocs.org/listitemtrim.md)
- [listlast](https://cfdocs.org/listlast.md)
- [listlen](https://cfdocs.org/listlen.md)
- [listmap](https://cfdocs.org/listmap.md)
- [listprepend](https://cfdocs.org/listprepend.md)
- [listqualify](https://cfdocs.org/listqualify.md)
- [listreduce](https://cfdocs.org/listreduce.md)
- [listreduceright](https://cfdocs.org/listreduceright.md)
- [listremoveduplicates](https://cfdocs.org/listremoveduplicates.md)
- [listrest](https://cfdocs.org/listrest.md)
- [listsetat](https://cfdocs.org/listsetat.md)
- [listsome](https://cfdocs.org/listsome.md)
- [listsort](https://cfdocs.org/listsort.md)
- [listtoarray](https://cfdocs.org/listtoarray.md)
- [listtrim](https://cfdocs.org/listtrim.md)
- [listvaluecount](https://cfdocs.org/listvaluecount.md)
- [listvaluecountnocase](https://cfdocs.org/listvaluecountnocase.md)
- [ljustify](https://cfdocs.org/ljustify.md)
- [location](https://cfdocs.org/location.md)
- [log](https://cfdocs.org/log.md)
- [log10](https://cfdocs.org/log10.md)
- [lscurrencyformat](https://cfdocs.org/lscurrencyformat.md)
- [lsdateformat](https://cfdocs.org/lsdateformat.md)
- [lsdatetimeformat](https://cfdocs.org/lsdatetimeformat.md)
- [lsdayofweek](https://cfdocs.org/lsdayofweek.md)
- [lseurocurrencyformat](https://cfdocs.org/lseurocurrencyformat.md)
- [lsiscurrency](https://cfdocs.org/lsiscurrency.md)
- [lsisdate](https://cfdocs.org/lsisdate.md)
- [lsisnumeric](https://cfdocs.org/lsisnumeric.md)
- [lsnumberformat](https://cfdocs.org/lsnumberformat.md)
- [lsparsecurrency](https://cfdocs.org/lsparsecurrency.md)
- [lsparsedatetime](https://cfdocs.org/lsparsedatetime.md)
- [lsparseeurocurrency](https://cfdocs.org/lsparseeurocurrency.md)
- [lsparsenumber](https://cfdocs.org/lsparsenumber.md)
- [lstimeformat](https://cfdocs.org/lstimeformat.md)
- [lsweek](https://cfdocs.org/lsweek.md)
- [ltrim](https://cfdocs.org/ltrim.md)
- [manifestread](https://cfdocs.org/manifestread.md)
- [max](https://cfdocs.org/max.md)
- [metaphone](https://cfdocs.org/metaphone.md)
- [mid](https://cfdocs.org/mid.md)
- [millisecond](https://cfdocs.org/millisecond.md)
- [min](https://cfdocs.org/min.md)
- [minute](https://cfdocs.org/minute.md)
- [month](https://cfdocs.org/month.md)
- [monthasstring](https://cfdocs.org/monthasstring.md)
- [monthshortasstring](https://cfdocs.org/monthshortasstring.md)
- [newline](https://cfdocs.org/newline.md)
- [now](https://cfdocs.org/now.md)
- [nowserver](https://cfdocs.org/nowserver.md)
- [nullvalue](https://cfdocs.org/nullvalue.md)
- [numberformat](https://cfdocs.org/numberformat.md)
- [objectequals](https://cfdocs.org/objectequals.md)
- [objectload](https://cfdocs.org/objectload.md)
- [objectsave](https://cfdocs.org/objectsave.md)
- [onapplicationend](https://cfdocs.org/onapplicationend.md)
- [onapplicationstart](https://cfdocs.org/onapplicationstart.md)
- [onerror](https://cfdocs.org/onerror.md)
- [onmissingmethod](https://cfdocs.org/onmissingmethod.md)
- [onmissingtemplate](https://cfdocs.org/onmissingtemplate.md)
- [onrequest](https://cfdocs.org/onrequest.md)
- [onrequestend](https://cfdocs.org/onrequestend.md)
- [onrequeststart](https://cfdocs.org/onrequeststart.md)
- [onserverstart](https://cfdocs.org/onserverstart.md)
- [onsessionend](https://cfdocs.org/onsessionend.md)
- [onsessionstart](https://cfdocs.org/onsessionstart.md)
- [ormclearsession](https://cfdocs.org/ormclearsession.md)
- [ormcloseallsessions](https://cfdocs.org/ormcloseallsessions.md)
- [ormclosesession](https://cfdocs.org/ormclosesession.md)
- [ormevictcollection](https://cfdocs.org/ormevictcollection.md)
- [ormevictentity](https://cfdocs.org/ormevictentity.md)
- [ormevictqueries](https://cfdocs.org/ormevictqueries.md)
- [ormexecutequery](https://cfdocs.org/ormexecutequery.md)
- [ormflush](https://cfdocs.org/ormflush.md)
- [ormflushall](https://cfdocs.org/ormflushall.md)
- [ormgetsession](https://cfdocs.org/ormgetsession.md)
- [ormgetsessionfactory](https://cfdocs.org/ormgetsessionfactory.md)
- [ormindex](https://cfdocs.org/ormindex.md)
- [ormindexpurge](https://cfdocs.org/ormindexpurge.md)
- [ormreload](https://cfdocs.org/ormreload.md)
- [ormsearch](https://cfdocs.org/ormsearch.md)
- [ormsearchoffline](https://cfdocs.org/ormsearchoffline.md)
- [pagepoolclear](https://cfdocs.org/pagepoolclear.md)
- [pagepoollist](https://cfdocs.org/pagepoollist.md)
- [paragraphformat](https://cfdocs.org/paragraphformat.md)
- [parameterexists](https://cfdocs.org/parameterexists.md)
- [parsedatetime](https://cfdocs.org/parsedatetime.md)
- [parsenumber](https://cfdocs.org/parsenumber.md)
- [pi](https://cfdocs.org/pi.md)
- [precisionevaluate](https://cfdocs.org/precisionevaluate.md)
- [preservesinglequotes](https://cfdocs.org/preservesinglequotes.md)
- [quarter](https://cfdocs.org/quarter.md)
- [query](https://cfdocs.org/query.md)
- [queryaddcolumn](https://cfdocs.org/queryaddcolumn.md)
- [queryaddrow](https://cfdocs.org/queryaddrow.md)
- [queryappend](https://cfdocs.org/queryappend.md)
- [queryclear](https://cfdocs.org/queryclear.md)
- [querycolumnarray](https://cfdocs.org/querycolumnarray.md)
- [querycolumncount](https://cfdocs.org/querycolumncount.md)
- [querycolumndata](https://cfdocs.org/querycolumndata.md)
- [querycolumnexists](https://cfdocs.org/querycolumnexists.md)
- [querycolumnlist](https://cfdocs.org/querycolumnlist.md)
- [queryconvertforgrid](https://cfdocs.org/queryconvertforgrid.md)
- [querycurrentrow](https://cfdocs.org/querycurrentrow.md)
- [querydeletecolumn](https://cfdocs.org/querydeletecolumn.md)
- [querydeleterow](https://cfdocs.org/querydeleterow.md)
- [queryeach](https://cfdocs.org/queryeach.md)
- [queryevery](https://cfdocs.org/queryevery.md)
- [queryexecute](https://cfdocs.org/queryexecute.md)
- [queryfilter](https://cfdocs.org/queryfilter.md)
- [querygetcell](https://cfdocs.org/querygetcell.md)
- [querygetresult](https://cfdocs.org/querygetresult.md)
- [querygetrow](https://cfdocs.org/querygetrow.md)
- [queryinsertat](https://cfdocs.org/queryinsertat.md)
- [querykeyexists](https://cfdocs.org/querykeyexists.md)
- [querylazy](https://cfdocs.org/querylazy.md)
- [querymap](https://cfdocs.org/querymap.md)
- [querynew](https://cfdocs.org/querynew.md)
- [queryprepend](https://cfdocs.org/queryprepend.md)
- [queryrecordcount](https://cfdocs.org/queryrecordcount.md)
- [queryreduce](https://cfdocs.org/queryreduce.md)
- [queryreverse](https://cfdocs.org/queryreverse.md)
- [queryrowdata](https://cfdocs.org/queryrowdata.md)
- [queryrowswap](https://cfdocs.org/queryrowswap.md)
- [querysetcell](https://cfdocs.org/querysetcell.md)
- [querysetrow](https://cfdocs.org/querysetrow.md)
- [queryslice](https://cfdocs.org/queryslice.md)
- [querysome](https://cfdocs.org/querysome.md)
- [querysort](https://cfdocs.org/querysort.md)
- [quotedvaluelist](https://cfdocs.org/quotedvaluelist.md)
- [rand](https://cfdocs.org/rand.md)
- [randomize](https://cfdocs.org/randomize.md)
- [randrange](https://cfdocs.org/randrange.md)
- [reescape](https://cfdocs.org/reescape.md)
- [refind](https://cfdocs.org/refind.md)
- [refindnocase](https://cfdocs.org/refindnocase.md)
- [releasecomobject](https://cfdocs.org/releasecomobject.md)
- [rematch](https://cfdocs.org/rematch.md)
- [rematchnocase](https://cfdocs.org/rematchnocase.md)
- [removecachedquery](https://cfdocs.org/removecachedquery.md)
- [removechars](https://cfdocs.org/removechars.md)
- [render](https://cfdocs.org/render.md)
- [repeatstring](https://cfdocs.org/repeatstring.md)
- [replace](https://cfdocs.org/replace.md)
- [replacelist](https://cfdocs.org/replacelist.md)
- [replacelistnocase](https://cfdocs.org/replacelistnocase.md)
- [replacenocase](https://cfdocs.org/replacenocase.md)
- [rereplace](https://cfdocs.org/rereplace.md)
- [rereplacenocase](https://cfdocs.org/rereplacenocase.md)
- [restdeleteapplication](https://cfdocs.org/restdeleteapplication.md)
- [restinitapplication](https://cfdocs.org/restinitapplication.md)
- [restsetresponse](https://cfdocs.org/restsetresponse.md)
- [reverse](https://cfdocs.org/reverse.md)
- [right](https://cfdocs.org/right.md)
- [rjustify](https://cfdocs.org/rjustify.md)
- [round](https://cfdocs.org/round.md)
- [rtrim](https://cfdocs.org/rtrim.md)
- [runasync](https://cfdocs.org/runasync.md)
- [sanitizehtml](https://cfdocs.org/sanitizehtml.md)
- [second](https://cfdocs.org/second.md)
- [sendgatewaymessage](https://cfdocs.org/sendgatewaymessage.md)
- [serialize](https://cfdocs.org/serialize.md)
- [serializeavro](https://cfdocs.org/serializeavro.md)
- [serializejson](https://cfdocs.org/serializejson.md)
- [serializeprotobuf](https://cfdocs.org/serializeprotobuf.md)
- [serializexml](https://cfdocs.org/serializexml.md)
- [sessiongetmetadata](https://cfdocs.org/sessiongetmetadata.md)
- [sessioninvalidate](https://cfdocs.org/sessioninvalidate.md)
- [sessionrotate](https://cfdocs.org/sessionrotate.md)
- [sessionstarttime](https://cfdocs.org/sessionstarttime.md)
- [setencoding](https://cfdocs.org/setencoding.md)
- [setlocale](https://cfdocs.org/setlocale.md)
- [setprofilestring](https://cfdocs.org/setprofilestring.md)
- [settimezone](https://cfdocs.org/settimezone.md)
- [setvariable](https://cfdocs.org/setvariable.md)
- [sgn](https://cfdocs.org/sgn.md)
- [sin](https://cfdocs.org/sin.md)
- [sizeof](https://cfdocs.org/sizeof.md)
- [sleep](https://cfdocs.org/sleep.md)
- [soundex](https://cfdocs.org/soundex.md)
- [spanexcluding](https://cfdocs.org/spanexcluding.md)
- [spanincluding](https://cfdocs.org/spanincluding.md)
- [spreadsheetaddautofilter](https://cfdocs.org/spreadsheetaddautofilter.md)
- [spreadsheetaddcolumn](https://cfdocs.org/spreadsheetaddcolumn.md)
- [spreadsheetaddfreezepane](https://cfdocs.org/spreadsheetaddfreezepane.md)
- [spreadsheetaddimage](https://cfdocs.org/spreadsheetaddimage.md)
- [spreadsheetaddinfo](https://cfdocs.org/spreadsheetaddinfo.md)
- [spreadsheetaddpagebreaks](https://cfdocs.org/spreadsheetaddpagebreaks.md)
- [spreadsheetaddrow](https://cfdocs.org/spreadsheetaddrow.md)
- [spreadsheetaddrows](https://cfdocs.org/spreadsheetaddrows.md)
- [spreadsheetaddsplitpane](https://cfdocs.org/spreadsheetaddsplitpane.md)
- [spreadsheetcreatesheet](https://cfdocs.org/spreadsheetcreatesheet.md)
- [spreadsheetdeletecolumn](https://cfdocs.org/spreadsheetdeletecolumn.md)
- [spreadsheetdeletecolumns](https://cfdocs.org/spreadsheetdeletecolumns.md)
- [spreadsheetdeleterow](https://cfdocs.org/spreadsheetdeleterow.md)
- [spreadsheetdeleterows](https://cfdocs.org/spreadsheetdeleterows.md)
- [spreadsheetformatcell](https://cfdocs.org/spreadsheetformatcell.md)
- [spreadsheetformatcellrange](https://cfdocs.org/spreadsheetformatcellrange.md)
- [spreadsheetformatcolumn](https://cfdocs.org/spreadsheetformatcolumn.md)
- [spreadsheetformatcolumns](https://cfdocs.org/spreadsheetformatcolumns.md)
- [spreadsheetformatrow](https://cfdocs.org/spreadsheetformatrow.md)
- [spreadsheetformatrows](https://cfdocs.org/spreadsheetformatrows.md)
- [spreadsheetgetcellcomment](https://cfdocs.org/spreadsheetgetcellcomment.md)
- [spreadsheetgetcellformula](https://cfdocs.org/spreadsheetgetcellformula.md)
- [spreadsheetgetcellvalue](https://cfdocs.org/spreadsheetgetcellvalue.md)
- [spreadsheetgetcolumncount](https://cfdocs.org/spreadsheetgetcolumncount.md)
- [spreadsheetinfo](https://cfdocs.org/spreadsheetinfo.md)
- [spreadsheetmergecells](https://cfdocs.org/spreadsheetmergecells.md)
- [spreadsheetnew](https://cfdocs.org/spreadsheetnew.md)
- [spreadsheetread](https://cfdocs.org/spreadsheetread.md)
- [spreadsheetreadbinary](https://cfdocs.org/spreadsheetreadbinary.md)
- [spreadsheetremovesheet](https://cfdocs.org/spreadsheetremovesheet.md)
- [spreadsheetsetactivesheet](https://cfdocs.org/spreadsheetsetactivesheet.md)
- [spreadsheetsetactivesheetnumber](https://cfdocs.org/spreadsheetsetactivesheetnumber.md)
- [spreadsheetsetcellcomment](https://cfdocs.org/spreadsheetsetcellcomment.md)
- [spreadsheetsetcellformula](https://cfdocs.org/spreadsheetsetcellformula.md)
- [spreadsheetsetcellvalue](https://cfdocs.org/spreadsheetsetcellvalue.md)
- [spreadsheetsetcolumnwidth](https://cfdocs.org/spreadsheetsetcolumnwidth.md)
- [spreadsheetsetfooter](https://cfdocs.org/spreadsheetsetfooter.md)
- [spreadsheetsetheader](https://cfdocs.org/spreadsheetsetheader.md)
- [spreadsheetsetrowheight](https://cfdocs.org/spreadsheetsetrowheight.md)
- [spreadsheetshiftcolumns](https://cfdocs.org/spreadsheetshiftcolumns.md)
- [spreadsheetshiftrows](https://cfdocs.org/spreadsheetshiftrows.md)
- [spreadsheetwrite](https://cfdocs.org/spreadsheetwrite.md)
- [sqr](https://cfdocs.org/sqr.md)
- [sslcertificateinstall](https://cfdocs.org/sslcertificateinstall.md)
- [sslcertificatelist](https://cfdocs.org/sslcertificatelist.md)
- [storeaddacl](https://cfdocs.org/storeaddacl.md)
- [storegetacl](https://cfdocs.org/storegetacl.md)
- [storegetmetadata](https://cfdocs.org/storegetmetadata.md)
- [storesetacl](https://cfdocs.org/storesetacl.md)
- [storesetmetadata](https://cfdocs.org/storesetmetadata.md)
- [stringeach](https://cfdocs.org/stringeach.md)
- [stringevery](https://cfdocs.org/stringevery.md)
- [stringfilter](https://cfdocs.org/stringfilter.md)
- [stringlen](https://cfdocs.org/stringlen.md)
- [stringmap](https://cfdocs.org/stringmap.md)
- [stringreduce](https://cfdocs.org/stringreduce.md)
- [stringreduceright](https://cfdocs.org/stringreduceright.md)
- [stringsome](https://cfdocs.org/stringsome.md)
- [stringsort](https://cfdocs.org/stringsort.md)
- [stripcr](https://cfdocs.org/stripcr.md)
- [structappend](https://cfdocs.org/structappend.md)
- [structclear](https://cfdocs.org/structclear.md)
- [structcopy](https://cfdocs.org/structcopy.md)
- [structcount](https://cfdocs.org/structcount.md)
- [structdelete](https://cfdocs.org/structdelete.md)
- [structeach](https://cfdocs.org/structeach.md)
- [structequals](https://cfdocs.org/structequals.md)
- [structevery](https://cfdocs.org/structevery.md)
- [structfilter](https://cfdocs.org/structfilter.md)
- [structfind](https://cfdocs.org/structfind.md)
- [structfindkey](https://cfdocs.org/structfindkey.md)
- [structfindvalue](https://cfdocs.org/structfindvalue.md)
- [structget](https://cfdocs.org/structget.md)
- [structgetmetadata](https://cfdocs.org/structgetmetadata.md)
- [structinsert](https://cfdocs.org/structinsert.md)
- [structiscasesensitive](https://cfdocs.org/structiscasesensitive.md)
- [structisempty](https://cfdocs.org/structisempty.md)
- [structisordered](https://cfdocs.org/structisordered.md)
- [structkeyarray](https://cfdocs.org/structkeyarray.md)
- [structkeyexists](https://cfdocs.org/structkeyexists.md)
- [structkeylist](https://cfdocs.org/structkeylist.md)
- [structkeytranslate](https://cfdocs.org/structkeytranslate.md)
- [structlistnew](https://cfdocs.org/structlistnew.md)
- [structmap](https://cfdocs.org/structmap.md)
- [structnew](https://cfdocs.org/structnew.md)
- [structreduce](https://cfdocs.org/structreduce.md)
- [structsetmetadata](https://cfdocs.org/structsetmetadata.md)
- [structsome](https://cfdocs.org/structsome.md)
- [structsort](https://cfdocs.org/structsort.md)
- [structtoquerystring](https://cfdocs.org/structtoquerystring.md)
- [structtosorted](https://cfdocs.org/structtosorted.md)
- [structupdate](https://cfdocs.org/structupdate.md)
- [structvaluearray](https://cfdocs.org/structvaluearray.md)
- [systemcacheclear](https://cfdocs.org/systemcacheclear.md)
- [systemoutput](https://cfdocs.org/systemoutput.md)
- [tan](https://cfdocs.org/tan.md)
- [threadjoin](https://cfdocs.org/threadjoin.md)
- [threadnew](https://cfdocs.org/threadnew.md)
- [threadterminate](https://cfdocs.org/threadterminate.md)
- [throw](https://cfdocs.org/throw.md)
- [timeformat](https://cfdocs.org/timeformat.md)
- [tobase64](https://cfdocs.org/tobase64.md)
- [tobinary](https://cfdocs.org/tobinary.md)
- [tonumeric](https://cfdocs.org/tonumeric.md)
- [toscript](https://cfdocs.org/toscript.md)
- [tostring](https://cfdocs.org/tostring.md)
- [trace](https://cfdocs.org/trace.md)
- [transactioncommit](https://cfdocs.org/transactioncommit.md)
- [transactionrollback](https://cfdocs.org/transactionrollback.md)
- [transactionsetsavepoint](https://cfdocs.org/transactionsetsavepoint.md)
- [trim](https://cfdocs.org/trim.md)
- [truefalseformat](https://cfdocs.org/truefalseformat.md)
- [ucase](https://cfdocs.org/ucase.md)
- [ucfirst](https://cfdocs.org/ucfirst.md)
- [unserializejava](https://cfdocs.org/unserializejava.md)
- [urldecode](https://cfdocs.org/urldecode.md)
- [urlencode](https://cfdocs.org/urlencode.md)
- [urlencodedformat](https://cfdocs.org/urlencodedformat.md)
- [urlsessionformat](https://cfdocs.org/urlsessionformat.md)
- [val](https://cfdocs.org/val.md)
- [valuearray](https://cfdocs.org/valuearray.md)
- [valuelist](https://cfdocs.org/valuelist.md)
- [verifybcrypthash](https://cfdocs.org/verifybcrypthash.md)
- [verifyclient](https://cfdocs.org/verifyclient.md)
- [verifyencryptedjwt](https://cfdocs.org/verifyencryptedjwt.md)
- [verifyscrypthash](https://cfdocs.org/verifyscrypthash.md)
- [verifysignedjwt](https://cfdocs.org/verifysignedjwt.md)
- [webservicenew](https://cfdocs.org/webservicenew.md)
- [week](https://cfdocs.org/week.md)
- [wrap](https://cfdocs.org/wrap.md)
- [writebody](https://cfdocs.org/writebody.md)
- [writedump](https://cfdocs.org/writedump.md)
- [writelog](https://cfdocs.org/writelog.md)
- [writeoutput](https://cfdocs.org/writeoutput.md)
- [wsgetallchannels](https://cfdocs.org/wsgetallchannels.md)
- [wsgetsubscribers](https://cfdocs.org/wsgetsubscribers.md)
- [wspublish](https://cfdocs.org/wspublish.md)
- [wssendmessage](https://cfdocs.org/wssendmessage.md)
- [xmlchildpos](https://cfdocs.org/xmlchildpos.md)
- [xmlclear](https://cfdocs.org/xmlclear.md)
- [xmldeleteat](https://cfdocs.org/xmldeleteat.md)
- [xmlelemnew](https://cfdocs.org/xmlelemnew.md)
- [xmlformat](https://cfdocs.org/xmlformat.md)
- [xmlgetnodetype](https://cfdocs.org/xmlgetnodetype.md)
- [xmlhaschild](https://cfdocs.org/xmlhaschild.md)
- [xmlnew](https://cfdocs.org/xmlnew.md)
- [xmlparse](https://cfdocs.org/xmlparse.md)
- [xmlsearch](https://cfdocs.org/xmlsearch.md)
- [xmltransform](https://cfdocs.org/xmltransform.md)
- [xmlupdate](https://cfdocs.org/xmlupdate.md)
- [xmlvalidate](https://cfdocs.org/xmlvalidate.md)
- [year](https://cfdocs.org/year.md)
- [yesnoformat](https://cfdocs.org/yesnoformat.md)


## CFML Categories

- [all](https://cfdocs.org/all.md)
- [array-functions](https://cfdocs.org/array-functions.md)
- [cache-functions](https://cfdocs.org/cache-functions.md)
- [cf10](https://cfdocs.org/cf10.md)
- [cf11](https://cfdocs.org/cf11.md)
- [cf2016](https://cfdocs.org/cf2016.md)
- [cf2018](https://cfdocs.org/cf2018.md)
- [cf2021](https://cfdocs.org/cf2021.md)
- [cf2023](https://cfdocs.org/cf2023.md)
- [cf4](https://cfdocs.org/cf4.md)
- [cf45](https://cfdocs.org/cf45.md)
- [cf5](https://cfdocs.org/cf5.md)
- [cf6](https://cfdocs.org/cf6.md)
- [cf7](https://cfdocs.org/cf7.md)
- [cf8](https://cfdocs.org/cf8.md)
- [cf9](https://cfdocs.org/cf9.md)
- [collection-functions](https://cfdocs.org/collection-functions.md)
- [conversion-functions](https://cfdocs.org/conversion-functions.md)
- [database-tags](https://cfdocs.org/database-tags.md)
- [date-and-time-functions](https://cfdocs.org/date-and-time-functions.md)
- [decision-functions](https://cfdocs.org/decision-functions.md)
- [filesystem-functions](https://cfdocs.org/filesystem-functions.md)
- [formatting-functions](https://cfdocs.org/formatting-functions.md)
- [functions](https://cfdocs.org/functions.md)
- [guides](https://cfdocs.org/guides.md)
- [image-functions](https://cfdocs.org/image-functions.md)
- [list-functions](https://cfdocs.org/list-functions.md)
- [lucee5](https://cfdocs.org/lucee5.md)
- [lucee6](https://cfdocs.org/lucee6.md)
- [math-functions](https://cfdocs.org/math-functions.md)
- [orm-functions](https://cfdocs.org/orm-functions.md)
- [protocol-tags](https://cfdocs.org/protocol-tags.md)
- [query-functions](https://cfdocs.org/query-functions.md)
- [security-functions](https://cfdocs.org/security-functions.md)
- [spreadsheet-functions](https://cfdocs.org/spreadsheet-functions.md)
- [string-functions](https://cfdocs.org/string-functions.md)
- [struct-functions](https://cfdocs.org/struct-functions.md)
- [system-tags](https://cfdocs.org/system-tags.md)
- [tags](https://cfdocs.org/tags.md)
- [ui-tags](https://cfdocs.org/ui-tags.md)


## CFML Guides

- [Adobe ColdFusion only](https://cfdocs.org/acf-only.md)
- [Application.cfc](https://cfdocs.org/application.md)
- [CFSqlType Cheatsheet](https://cfdocs.org/cfsqltype-cheatsheet.md)
- [CGI Scope](https://cfdocs.org/cgi-scope.md)
- [ColdFusion Closures](https://cfdocs.org/closures.md)
- [ColdFusion Versions](https://cfdocs.org/coldfusion-versions.md)
- [Date Time Cheatsheet](https://cfdocs.org/datetime.md)
- [Deprecated](https://cfdocs.org/deprecated.md)
- [Discouraged](https://cfdocs.org/discouraged.md)
- [Elvis Operator](https://cfdocs.org/elvis.md)
- [Error handling](https://cfdocs.org/error-handling.md)
- [Built in ColdFusion Functions as First Class Citizens](https://cfdocs.org/first_class.md)
- [For Loops in CFML / CFScript](https://cfdocs.org/for.md)
- [Java Integration Guide](https://cfdocs.org/java.md)
- [Lucee only](https://cfdocs.org/lucee-only.md)
- [ColdFusion Member Functions](https://cfdocs.org/member.md)
- [New operator](https://cfdocs.org/new.md)
- [Operators in CFML](https://cfdocs.org/operators.md)
- [ORM Settings Struct](https://cfdocs.org/ormsettings.md)
- [Scopes](https://cfdocs.org/scopes.md)
- [CFScript Syntax Guide](https://cfdocs.org/script.md)
- [ColdFusion Security Guide](https://cfdocs.org/security.md)
- [Authentication Guide](https://cfdocs.org/security-authentication.md)
- [Encryption Guide](https://cfdocs.org/security-encryption.md)
- [Obfuscation Guide](https://cfdocs.org/security-obfuscation.md)
- [Session Management Guide](https://cfdocs.org/security-session-management.md)
- [Server Scope](https://cfdocs.org/server-scope.md)
- [Strings](https://cfdocs.org/strings.md)
- [ColdFusion Java System Properties](https://cfdocs.org/system-properties.md)
- [TestBox Quick Reference](https://cfdocs.org/testbox.md)
- [Variables Scope](https://cfdocs.org/variables-scope.md)


