"description":"Adds an element or an object to the end of an array, then returns the size of the modified array.",
"params": [
{"name":"array","description":"Array to which a value or object is to be added.","required":true,"default":"","type":"array","values":[]},
{"name":"value","description":"The value or object to be added to the array.","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/arraypush.html"},