var_dump(__FILE__);//当前文件路径<span style="color:#cc0000;">'D:\wamp\wamp\www\mytest\tset.php'</span>
var_dump(realpath('./'));//去掉多余的'/'并返回绝对路径名<span style="color:#cc0000;">D:\wamp\wamp\www\mytest</span>
var_dump(__FILE__);//当前文件路径<span style="color:#cc0000;">'D:\wamp\wamp\www\mytest\tset.php'</span>
var_dump(realpath('./'));//去掉多余的'/'并返回绝对路径名<span style="color:#cc0000;">D:\wamp\wamp\www\mytest</span>