version 1.1, 2012/02/21 23:47:52
|
version 1.1.1.2, 2013/07/22 01:32:15
|
Line 435 Changes in the Zend Engine 2.0
|
Line 435 Changes in the Zend Engine 2.0
|
that of other object-oriented languages, such as Java: When the |
that of other object-oriented languages, such as Java: When the |
last reference to an object is destroyed the object's |
last reference to an object is destroyed the object's |
destructor, which is a class method name __destruct() that |
destructor, which is a class method name __destruct() that |
recieves no parameters, is called before the object is freed | receives no parameters, is called before the object is freed |
from memory. |
from memory. |
|
|
Example: |
Example: |