大家帮我看看这个怎么做?
$rwebsbuild="123"; if(!file_exists("../../rt/1")){ ...
作者 lzmol 发布于 0000-00-00 分类:php基础编程
Fatal error: [] operator not supported for strings in c:apachehtdocsclass.dir.php on line 114
逛论坛交流:郁闷!出现这样的错误!
function doFOLDER($val)
{
if( is_dir($val) )
{
if ($this->find == "all")
{
$this->root[] = $val; -------114行
}
}
}
是不是php的配置错误
懂了
3 条回复
回复