Extracted from Pike v7.4 release 117 at 2005-08-23.
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()