示例:
1 $var = ‘abc‘; 2 unset($var);
5.unset()注销变量
原文:http://www.cnblogs.com/binhuguang/p/4342531.html