Greetings,
Im starting to use PHP in the OOP way of doing things and as a Java devleoper wondering is there a Garbage collector or destructor? Im using PHP3 so no sessions to destroy or clean up the objects in memory. How is this being cared for in PHP or is it a page centric model?
thanks
peter
Hi Pete, if your starting with PHP/OO why don't have a look on all those nice coloumns on this page (there are at least three descripting PHP/OO) ? But to answer your question: PHP has (as far as i know) a garbage collector...
cya Rob