Data Type Php

class car {
    function __destruct() {
        // head to car dealer
    }
}
$car = new car; 
unset($car);