日期:2014-05-17 浏览次数:20433 次
?
dirname(dirname(__FILE__));得到的是文件上一层目录名
如:E:\PHP\wamp\www\testSource
str_replace('\\','/',dirname(__FILE__))?;得到的是文件上一层目录名并进行斜杠替换
E:/PHP/wamp/www/testSource
dirname(__FILE__);得到的是文件所在层目录名
str_replace('\\','/',substr(dirname(__FILE__),0,-3));得到的是文件所在层目录名并进行斜杠替换
如:E:/PHP/wamp/www/testSource/src
?
>>资料引自:玛丽时尚:http://www.10086money.com
?(转载请注明出处:[url=http://www.live588.org]淘金盈[/url])
?