Forum Moderators: coopster
The function must then altar that array, creating a new one, that is 3 times larger, to work with.
So:
$array1 = 10,000 values
$array2 = 30,000 values, derived from $array1 After $array2 is crafted, $array1 is useless.
Would it be beneficial for me to use the code:
$array1 = ""; ...after $array2 has been created?