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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -