Home > Q&A > body text
How to use unset()
秋香姐家的小书童2018-09-11 12:55:55
Just delete the variable
For example:
$data='我只是一次性的数据 用完就需要删除'; unset($data);//data就已经被删除了