Method destruct()
- Method
destruct
booldestruct(void|objecto)- Description
Mark an object as destructed.
Calls
o->_destruct(), and then clears all variables in the object. If no argument is given, the current object is destructed.All pointers and function pointers to this object will become zero. The destructed object will be freed from memory as soon as possible.
- Returns
Returns
1ifohas an lfun::_destruct() that returned1and inhibited destruction.