Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::

Method allocate()


Method allocate

array allocate(int size)
array allocate(int size, mixed zero)

Description

Allocate an array of size elements and initialize them to zero .

See also

sizeof() , aggregate() , arrayp()