php - Automatic Garbage Collection -
I have a list of items that are stored in $ _ SERVER ["my_key"]
. Have these items been automatically collected?
If there is no reference in the list (such as when you unset ($ _SERVER ['my_key '])
), it will be GCD now or later (in the latest, when your script expires).
Comments
Post a Comment