Hi,
is there a difference between imagedestroy($i h) and unset($ih)?
The same with other similar functions like closedir, mysql_close,
curl_close, mysql_free_resu lt, etc.
And by the way... will the garbage collector even detect an "implicit
unset" when a resource is used for the last time?
Regards,
André
is there a difference between imagedestroy($i h) and unset($ih)?
The same with other similar functions like closedir, mysql_close,
curl_close, mysql_free_resu lt, etc.
And by the way... will the garbage collector even detect an "implicit
unset" when a resource is used for the last time?
Regards,
André
Comment