9 lines
277 B
Plaintext
Raw Normal View History

{
"name": "array_length",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Arrays"],
"description": "Returns the number of elements of an array.",
"arguments": [ {"arg":"array","description":"an array"}],
"examples": [ { "expression":"array_length(array(1,2,3))", "returns":"3"}]
}