在PHP中,可以使用file_exists()函數來判斷文件是否存在。該函數接受一個文件路徑作為參數,如果文件存在,則返回true,否則返回false。
file_exists()
true
false
示例代碼如下:
$file = 'path/to/file.txt'; if (file_exists($file)) { echo '文件存在'; } else { echo '文件不存在'; }
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529