NAME

allocate() - allocate an array

SYNOPSIS

mixed *allocate( int size );

DESCRIPTION

Allocate an array of elements. The number of elements must be >= 0 and not bigger than a system maximum (usually 1000).

SEE ALSO

sizeof(3)