(Available since version 1.0)
DynamicArray::resize — Resizes the internal array
$size
[,
int
$count
] )
Resizes the internal array to size
.
If count
is set then it becomes the
new value of DynamicArray::count() and any
extra elements on the internal array are set to
NULL
.
size
The new size of the internal array.
count
The new DynamicArray::count() value or size of the external array.
No value is returned.