PHP file_exists

基本介紹

  • 中文名:PHP file_exists
  • 定義:函式檢查檔案或目錄是否存在
  • 語法:path
  • 用法:目錄存在則返回 true
定義和用法,語法,例子,

定義和用法

PHP file_exists() 函式檢查檔案或目錄是否存在。
如果指定的檔案或目錄存在則返回 true,否則返回 false。

語法

file_exists(path)
參數
描述
path
必需。規定要檢查的路徑。

例子

<?php
echo file_exists("test.txt");
?>
輸出:
1
PHP Filesystem 函式

相關詞條

熱門詞條

聯絡我們