How to use unset()
Just delete the variable
For example:
$data='我只是一次性的数据 用完就需要删除'; unset($data);//data就已经被删除了
Just delete the variable
For example: