在php中使用is_dir()时没有显示正确的结果

时间:2013-07-17 02:46:33

标签: php

test4.php

<?php
var_dump(is_dir("../test4.php"));
?> 

我运行http://localhost/oop/test4.php,显示:boolean false

问题:

../test4.php表示oop个文件夹,对吗?为什么结果是false,而不是true?我在win7本地计算机上使用WAMP。

1 个答案:

答案 0 :(得分:1)

test4.php不是目录,它是一个文件。如果您想要从当前目录向上,请使用../