array_get_data_type (list l) ⇒ string
Get the internal data type of an array. Note that this will not work with lists since data types can vary per element.
First available: Version 1.7.10
Notes
Using this method is faster than performing a type
call on the index of
an array element.
Comments