realpath() 函数返回绝对路径 语法 realpath(path) 参数解析 示例 <?php echo realpath("index.php"); ?> 输出 E:\wamp\www\demo\index.php