Re: Re[2]: [PHP-DEV] Weak references in PHP
[email protected] (J Smith)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
ZE2 == Zend Engine 2, which will be replacing the current Zend Engine in PHP 5. Amoung other things, one of it's main features is a more roboust OOP framework, which includes class destructors. J Konstantin Knizhnik wrote: > Hello George, > > Friday, February 28, 2003, 5:46:18 PM, you wrote: > >>> Can anybody tell me if such features are available in PHP (I failed to >>> find >>> them myself). > > GS> Look at __destruct method for classes in ZE2. They wopn't tell you > the GS> reference count, but the do get called when the ref count goes to > 0. > > > Sorry, I am dummy in PHP world:( Can you explain more precisely what > is ZE2 and where should I look for __destruct method. > I didn't find any reference to such method neither in PHP manual > neither in PHP sources i have downloaded. >