關閉此前已打開的文本文件。
FileClose ( 文件句柄 )
參數
返回值
注意
相關
示例
$handle = FileOpen("test.txt", 0) FileClose($handle)