unset( ) gibt eine Variable oder ein Array-Element vollständig frei .
Beispiel 1 . unset( ) example
unset ( $foo) ; unset ($bar['quux']) ;
Siehe auch isset( ) und empty( ) .