When declaring a class in PHP, how is this class stored in memory?
PHP中文网2017-05-16 13:06:28
0
1
331
I searched for some information on the Internet, but they all talked about how instantiated objects are stored. They did not mention the methods in the objects and the storage of classes in memory. Please enlighten me, thank you!
I suggest you read Brother Niao’s explanation about zval[](https://github.com/laruence/p...