"description":"This function adds one or more elements to the beginning of the original array and returns the length of the modified array.",
"params": [
{"name":"array","description":"The original array to be added to.","required":true,"default":"","type":"array","values":[]},
{"name":"object","description":"The new object to be added.","required":true,"default":"","type":"any","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"2021", "notes":"The full function was added in ACF 2021, but the member function appears to work in ACF 2018 (likely using Java).", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayunshift.html"},