"description":" Returns the largest numeric value in an array. If the array\n parameter value is an empty array, returns zero.\n All elements must contain values that can be automatically\n converted to numeric values.",
"params": [
{"name":"array","description":"An array or variable name","required":true,"default":"","type":"array","values":[]}