LPC Library Functions: arrayp

NAME

arrayp() - determine whether or not a given variable is an array

SYNOPSIS

int arrayp( mixed arg );

DESCRIPTION

Return 1 if `arg' is an array. arrayp() and pointerp() are synonyms.

SEE ALSO

mapp(), stringp(), objectp(), intp(), bufferp(), floatp(), functionp(), nullp(), undefinedp(), errorp(), pointerp()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS