mud/lib/doc/efun/mixed/arrayp
2020-09-06 05:43:07 -07:00

9 lines
156 B
Plaintext

arrayp - determine whether or not a given variable is an array
int arrayp( mixed arg );
Return 1 if `arg' is an array, zero otherwise.
See also:
typeof