Hi,
First of all, thank you for the article.
I have a question about setting to null a variable. If a variable is in a function, isn't it destroyed when you are getting out of the function ? So is it necessary to unset a variable inside a small function ?
I'm doing a script for updating datas comming from a Webservice, so I have the same problem, the memory usage goes up to 7Go =)
Hi,
First of all, thank you for the article.
I have a question about setting to null a variable. If a variable is in a function, isn't it destroyed when you are getting out of the function ? So is it necessary to unset a variable inside a small function ?
I'm doing a script for updating datas comming from a Webservice, so I have the same problem, the memory usage goes up to 7Go =)