问答详情
源自:5-2 PHP文件系统之判断文件是否存在

运行成功。。。

//运行成功 <?php $document_root = $_SERVER['DOCUMENT_ROOT']; $filename = "$document_root/test.txt"; if(file_exists($filename)){ echo "文件存在"; }

提问者:年少就轻狂 2020-07-15 17:29

个回答

  • 年少就轻狂
    2020-07-15 17:38:37

    发到问答来删不了。。。