how does php memory management work?

Tired

New member
I mean, in C when we declare an int variable it gets 4 bytes from RAM to store the value of the variable in it, how does the memory management work in PHP?
 
Back
Top