檔案系統函式庫 filectime (PHP3 , PHP4) filectime --- 取得檔案最後更改的時間 語法 : int filectime (string filename) 說明 : 傳回檔案最後更改的時間,如果發生錯誤則傳回false,傳回的時間是Unix時間戳記。 此函式的結果會存在快取緩衝區中,詳細資料請參考clearstatcache( )。 上一頁 首頁 下一頁
檔案系統函式庫
filectime
(PHP3 , PHP4)
filectime --- 取得檔案最後更改的時間
語法 : int filectime (string filename)
int filectime (string filename)
int filectime
說明 :
傳回檔案最後更改的時間,如果發生錯誤則傳回false,傳回的時間是Unix時間戳記。 此函式的結果會存在快取緩衝區中,詳細資料請參考clearstatcache( )。
傳回檔案最後更改的時間,如果發生錯誤則傳回false,傳回的時間是Unix時間戳記。
此函式的結果會存在快取緩衝區中,詳細資料請參考clearstatcache( )。