PHP获取当前文件所在路径

来源:互联网 发布:2016年网络购物规模 编辑:程序博客网 时间:2024/06/08 20:49
<?php   //1   echo getcwd()."<br/>";  //2  echo dirname(__FILE__);?>

0 0
原创粉丝点击