Description:- This function adds one or more elements to the original array’s beginning and returns the modified array’s length. arrayUnshift( array, object ); Member Function…
Description:- This function swaps the array values of an array at specified positions. This function is more efficient than multiple <cfset> tags. arraySwap( array, position1, position2 );…
Description:- This is used to filter the elements of an array. this will return an array after filtering. arrayFilter( array, function( item [,index, array] ){…
Description:- Copies all files sent to the page in an HTTP request to a directory on the server. <cffile action = "uploadAll" allowedExtensions = "comma-separated…