Home >php教程 >php手册 >__FILE的问题

__FILE的问题

WBOY
WBOYOriginal
2016-06-13 09:52:511269browse



问题
__FILE的问题
解决方法
define('ROOT', dirname(__FILE__));


复制代码比如我建立的一个文件
测试了下
直接__FI:E__是
D:AppServwwwminlogtest.php
如果再
require_once(ROOT.'/config.php');

那不成了D:AppServwwwminlogtest.php./config

这样的结果是做什么用的,?

[ ]


参考答案
dirname(__FILE__)=D:AppServwwwminlog
真不知道你是怎么理解的...
你说有没有用????
参考答案
D:AppServwwwminlogtest.php


我得到的结果是代文件名的
参考答案
原帖由 wodoe 于 2009-1-3 23:20 发表 [url=http://bbs.111cn.cn/redirect.php?goto=findpost&pid=814037&ptid=100295]链接标记[img]http://bbs.111cn.cn/images/common/back.gif[/img][/url]
D:AppServwwwminlogtest.php


我得到的结果是代文件名的
你的电脑特殊些? 不可能
echo dirname(__FILE__);
参考答案
不好意思 ,版主扣我币吧

理解错误,直接__FILE__了[img]http://www.111cn.cn/bbs/images/smilies/default/hug.gif[/img]

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn