PHP 函数:unset()

删除变量。

语法: int unset(mixed var);

返回值: 整数

函数种类: PHP 系统功能

内容说明
本函数将变量删除,成功则返回 true 值。