Referensi PHP Unset

$ref = &$var;

unset($ref);
garzj