search

Home  >  Q&A  >  body text

When declaring a class in PHP, how is this class stored in memory?

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中文网2786 days ago359

reply all(1)I'll reply

  • PHPz

    PHPz2017-05-16 13:08:28

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

    reply
    0
  • Cancelreply