Acey99
12-15-2006, 11:40 PM
If I have :
class MyClass{
/*
functions & what not ..
*/
}
$test = new myClass;
how do I get rid of (destroy) $test ?
class MyClass{
/*
functions & what not ..
*/
}
$test = new myClass;
how do I get rid of (destroy) $test ?