allocate() - allocate an array
mixed *allocate( int size );
Allocate an array of <size> elements. The number of ele- ments must be >= 0 and not bigger than a system maximum (usually ~10000). All elements are initialized to 0.
sizeof(3), allocate_mapping(3)