Code: <?php function mass_murder ( $arr ) { if ( is_array ( $arr ) ) { foreach ( $arr AS $k => $v ) { unset ( $$k ); } } } ?>