Jump to content

garbage collection/memory leak questions


calmchess

Recommended Posts

I'm passing variables to a function via paramaters but when the variables get passed i'm renaming the passed variables to other variable names.......see below...........my question is by doing this is this creating refrences to more variables than necessary or are the refrences to the old variables released?garbage collector to collect the old variables?.....i'm wondering because i want the garbage collector to collect the old variables....could somebody plz shed some light on avoiding memory leaks in php??

Link to comment
https://forums.phpfreaks.com/topic/82758-garbage-collectionmemory-leak-questions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.