• <tfoot id='zcvRL'></tfoot>

    <legend id='zcvRL'><style id='zcvRL'><dir id='zcvRL'><q id='zcvRL'></q></dir></style></legend>
        <bdo id='zcvRL'></bdo><ul id='zcvRL'></ul>
    1. <small id='zcvRL'></small><noframes id='zcvRL'>

      <i id='zcvRL'><tr id='zcvRL'><dt id='zcvRL'><q id='zcvRL'><span id='zcvRL'><b id='zcvRL'><form id='zcvRL'><ins id='zcvRL'></ins><ul id='zcvRL'></ul><sub id='zcvRL'></sub></form><legend id='zcvRL'></legend><bdo id='zcvRL'><pre id='zcvRL'><center id='zcvRL'></center></pre></bdo></b><th id='zcvRL'></th></span></q></dt></tr></i><div id='zcvRL'><tfoot id='zcvRL'></tfoot><dl id='zcvRL'><fieldset id='zcvRL'></fieldset></dl></div>

        PHP - 相对路径“需要"

        PHP - Relative paths quot;requirequot;(PHP - 相对路径“需要)

        <legend id='coD8L'><style id='coD8L'><dir id='coD8L'><q id='coD8L'></q></dir></style></legend>
              <tbody id='coD8L'></tbody>
              <bdo id='coD8L'></bdo><ul id='coD8L'></ul>

              1. <i id='coD8L'><tr id='coD8L'><dt id='coD8L'><q id='coD8L'><span id='coD8L'><b id='coD8L'><form id='coD8L'><ins id='coD8L'></ins><ul id='coD8L'></ul><sub id='coD8L'></sub></form><legend id='coD8L'></legend><bdo id='coD8L'><pre id='coD8L'><center id='coD8L'></center></pre></bdo></b><th id='coD8L'></th></span></q></dt></tr></i><div id='coD8L'><tfoot id='coD8L'></tfoot><dl id='coD8L'><fieldset id='coD8L'></fieldset></dl></div>
              2. <tfoot id='coD8L'></tfoot>

                <small id='coD8L'></small><noframes id='coD8L'>

                1. 本文介绍了PHP - 相对路径“需要"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的目录结构如下:

                  blog -> admin -> index.php
                  blog.php
                  db.php
                  functions.php
                  

                  我一直试图在 admin/index.phpinclude(require,真的)blog.php代码>,但面临很多错误.我正在学习 PHP 课程,讲师成功地完成了同样的事情.

                  I have been trying to include (require, really) blog.php in the admin/index.php, but facing lots of errors. I'm following a PHP course, and the instructor does the same thing successfully.

                  admin/index.php:

                  admin/index.php:

                  require "../blog.php";
                  

                  反过来,它的目录中还需要两个文件.

                  which, in turn, requires two more files in its directory.

                  require "db.php";
                  require "functions.php";
                  

                  推荐答案

                  如果你发现相对包含路径没有按预期工作,一个快速的解决方法是在前面加上 __DIR__您尝试包含的路径.

                  If you find that relative include paths aren't working as expected, a quick fix is to prepend __DIR__ to the front of the path you're trying to include.

                  require __DIR__ . "/../blog.php";
                  

                  它相当干净,您不需要修改包含路径或工作目录.

                  It's reasonably clean, and you don't need to modify the include path or working directory.

                  这篇关于PHP - 相对路径“需要"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Is PHP or PHP based web framework stateful or stateless?(PHP 或基于 PHP 的 Web 框架是有状态的还是无状态的?)
                  How to parse django style template tags(如何解析 django 样式模板标签)
                  What is a good setup for editing PHP in Emacs?(在 Emacs 中编辑 PHP 的好设置是什么?)
                  How to check whether specified PID is currently running without invoking ps from PHP?(如何在不从 PHP 调用 ps 的情况下检查指定的 PID 当前是否正在运行?)
                  What#39;s the difference between escapeshellarg and escapeshellcmd?(escapeshellarg 和escapeshellcmd 有什么区别?)
                  php in background exec() function(php 后台 exec() 函数)
                2. <tfoot id='3Wph5'></tfoot>
                        <tbody id='3Wph5'></tbody>

                    1. <i id='3Wph5'><tr id='3Wph5'><dt id='3Wph5'><q id='3Wph5'><span id='3Wph5'><b id='3Wph5'><form id='3Wph5'><ins id='3Wph5'></ins><ul id='3Wph5'></ul><sub id='3Wph5'></sub></form><legend id='3Wph5'></legend><bdo id='3Wph5'><pre id='3Wph5'><center id='3Wph5'></center></pre></bdo></b><th id='3Wph5'></th></span></q></dt></tr></i><div id='3Wph5'><tfoot id='3Wph5'></tfoot><dl id='3Wph5'><fieldset id='3Wph5'></fieldset></dl></div>
                        <legend id='3Wph5'><style id='3Wph5'><dir id='3Wph5'><q id='3Wph5'></q></dir></style></legend>

                        <small id='3Wph5'></small><noframes id='3Wph5'>

                            <bdo id='3Wph5'></bdo><ul id='3Wph5'></ul>