file_exists 文件是否存在

最后更新于:2022-04-02 02:30:43

[TOC] ## 示例 ``` $file_exists = file_exists('./phpinfo.php'); var_dump($file_exists); //true ```
';