(unknown)
int unset (mixed var)
int unset
unset()は指定した変数を破棄し、trueを返します。
例 1. unset()の例
unset ($foo); unset ($bar['quux']);
isset()、empty()も参照下さい。