how to properly destroy an array of images
Posted: Sat Oct 24, 2009 11:06 pm
We know
Is the way of destroy an image created by php code. But if I have an array of such images,
what's the proper way of destroy the array (give all the corresponding memories back to the system)?
Thanks for your anwser.
Can I just do
unset($imgArray);
???
Code: Select all
ImageDestroy($anImg);what's the proper way of destroy the array (give all the corresponding memories back to the system)?
Thanks for your anwser.
Can I just do
unset($imgArray);
???