Onetastic Macro Documentation >
>
>
Array_Length Array_Length
Returns the number of elements in the given array.
Syntax
Numeric Array_Length(Array array)
Parameters
- Array array
- Array return the number of elements.
Examples
$array = Array("apple", "banana", "strawberry")
$size = Array_Length($array)
|