When declaring a class in PHP, how is this class stored in memory?
PHP中文网
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!

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
PHPzhong

I suggest you read Brother Niao’s explanation about zval[](https://github.com/laruence/p...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template