Ask PHP for all variables, constants, including the data destruction mechanism of include loading
Source: Internet
Author: User
Ask PHP for all variables, constants, including include loading data destruction mechanism
Because of the problem of PHP operating mechanism, after the execution of the program will do a series of cleanup work.
Variable I know that 100% is cleared, and that there are const defined constants and class file data that is loaded with include in the program will be cleaned out? Or will it persist in memory unless the server is restarted?
I looked at the PHP kernel data, and did not find any mention that these will not be cleaned up.
Ask the great God to indicate the way ....
------Solution--------------------
Yes, it's all destroyed.
------Solution--------------------
Destroyed all the said
------Solution--------------------
The program executes and the variables are automatically destroyed.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.