首页 > 问答 > 正文
unset()怎么使用的呢
秋香姐家的小书童2018-09-11 12:55:55
就是删除变量
比如:
$data='我只是一次性的数据 用完就需要删除'; unset($data);//data就已经被删除了