ホームページ > に質問 > 本文
unset()の使用方法
秋香姐家的小书童2018-09-11 12:55:55
変数を削除するだけです
例:
$data='我只是一次性的数据 用完就需要删除'; unset($data);//data就已经被删除了