class test{
var sTest;
function fncTest(){
dosomething;
}
}
$oMyObject = new test;
How do I delete $oMyObject?
Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service
var sTest;
function fncTest(){
dosomething;
}
}
$oMyObject = new test;
How do I delete $oMyObject?
Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service