fclose

fclose -- 關閉己打開的檔案指標(file pointer)

簡介

int fclose (int fp);

fp 指向的檔案會被關閉 .

檔案指標必需是合法的, 並且必需指向一個用 fopen() fsockopen() 成功開啟的檔案.