猿问

file_exist() 不工作并停止在其下执行所有代码

正如标题所说,我被难住了。我过去曾多次成功使用此功能,但现在突然间它根本无法使用。上面的一切都会正常显示,下面的一切都会消失。给定的文件路径是正确的,因为require对同一个文件工作得很好。


//this works

require $_SERVER['DOCUMENT_ROOT']."/custom/phsh/includes/login.php";


//this doesn't return anything it just stops the code right here

echo file_exist($_SERVER['DOCUMENT_ROOT']."/custom/phsh/includes/login.php");


慕丝7291255
浏览 111回答 1
1回答

森栏

这是一个该死的拼写错误,我写了 file_exist(); 但它应该是 file_exists();
随时随地看视频慕课网APP
我要回答