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