$array[] = array('id'=>'1'); //$array = array();print_r($array);中间注释那行 就是把他设置为空 也就是给他重新赋个空值就行。
将变量置为null即可
unset()函数