檔案系統函式庫 is_executable (PHP3 , PHP4) is_executable --- 辨別檔案名稱是否是個可執行檔 語法 : bool is_executable (string filename) 說明 : 如果filename存在而且是個可執行檔則傳回true。 此函式的結果會放在快取緩衝區中,詳細資料請參考clearstatcache( )。 參考 : is_file( ) is_link( ) 上一頁 首頁 下一頁
檔案系統函式庫
is_executable
(PHP3 , PHP4)
is_executable --- 辨別檔案名稱是否是個可執行檔
語法 : bool is_executable (string filename)
bool is_executable (string filename)
bool is_executable
說明 :
如果filename存在而且是個可執行檔則傳回true。 此函式的結果會放在快取緩衝區中,詳細資料請參考clearstatcache( )。
如果filename存在而且是個可執行檔則傳回true。
此函式的結果會放在快取緩衝區中,詳細資料請參考clearstatcache( )。
參考 : is_file( ) is_link( )