(None)
delete — 參見(jiàn) unlink() 或 unset()
在 PHP 語(yǔ)言里,沒(méi)有 delete 關(guān)鍵詞或函數。在這里,你若要刪除文件,可以使用 unlink()。在本地作用域刪除變量可使用 unset()。