Ask Php about all the variables, constants, including the data destruction mechanism loaded by include. due to the PHP running mechanism, a series of cleanup work will be performed after the program completes the operation. I know that the variable 100% will be cleared. Will the constant defined by const and the class file data loaded with include in the program be cleared? Or will it be permanently stored in the memory and destroyed unless the server is restarted? I read the information about the PHP kernel, and I didn't find any reference to whether the information will be cleared .. Ask Php about all variables and constants, including the data destruction mechanism loaded by include.
Due to PHP running mechanism problems, a series of cleaning work will be done after the program completes the operation.
I know that the variable 100% will be cleared. Will the constant defined by const and the class file data loaded with include in the program be cleared? Or will it be permanently stored in the memory and destroyed unless the server is restarted?
I read the information about the PHP kernel, and I didn't find any reference to whether the information will be cleared ..
Please refer to the path .....
------ Solution --------------------
Yes, all are destroyed.
------ Solution --------------------
Description of All destroyed items
------ Solution --------------------
After the program is executed, the variable is automatically destroyed.