Method arrayp()
- Method arrayp
int arrayp(mixed arg)
- Description
Returns
1if arg is an array,0(zero) otherwise.- See also
intp(), programp(), mappingp(), stringp(), objectp(), multisetp(), floatp(), functionp()
int arrayp(mixed arg)
Returns 1 if arg is an array, 0 (zero) otherwise.
intp(), programp(), mappingp(), stringp(), objectp(), multisetp(), floatp(), functionp()