Data Type Php

    $myvar = "This is a string";
    unset($myvar);        // Destroy the variable
?>