<HEAD> <TITLE> arrayp - determine whether or not a given variable is an array </TITLE> </HEAD> <BODY BACKGROUND=http://www.imaginary.com/~beek/gifs/bg.jpg TEXT=#000000 ALINK=#FFFF00 VLINK=#550000 LINK=#000099> <center> <H1> arrayp - determine whether or not a given variable is an array </H1> </center> <p> <b> int arrayp( mixed arg ); </b> <p> Return 1 if `arg' is an array, zero otherwise. <p> See also: <A HREF=../general/typeof.html> typeof </A>