檔案系統函式庫 tmpfile (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) tmpfile --- 建立臨時的檔案 語法 : int tmpfile (void) 說明 : 建立一個臨時的檔案和唯一的名稱,此函式傳回一個檔案指標,就像是以fopen( )所傳回的指標。當使用fclose( )或是程式結束時,此檔案會自動地移除。 參考 : tempnam( ) 上一頁 首頁 下一頁
檔案系統函式庫
tmpfile
(PHP3 >= 3.0.13 , PHP4 >= 4.0b4)
tmpfile --- 建立臨時的檔案
語法 : int tmpfile (void)
int tmpfile (void)
int tmpfile
說明 :
建立一個臨時的檔案和唯一的名稱,此函式傳回一個檔案指標,就像是以fopen( )所傳回的指標。當使用fclose( )或是程式結束時,此檔案會自動地移除。
參考 : tempnam( )