Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
突然エラー解析エラーが発生します:構文エラー、次の行に予期しないT_CONSTANT_ENCAPSED_STRINGがあります。
unset('SCAN/DATA.FIL');
エラーが表示されません!
unset()変数の設定を解除します。unset()文字列リテラルを使用することはできません。それは意味がありません。
unset()
おそらくあなたは探していunlink()ますか?
unlink()
定数の設定を解除することはできません。ファイルを削除したい場合は、選択した関数unlink()を使用します。