搜索

首页  >  问答  >  正文

这个没学过没看懂

$_SERVER['PHP_SELF'];  后面这个PHP_SELF,不懂什么意思

⁴₈³₆᭄ꦿ⁴₈³₆᭄ꦿ1827 天前1357

全部回复(4)我来回复

  • Chen

    Chen2022-01-04 15:39:02

    $_SERVER['PHP_SELF']  当前执行脚本的文件名,与 document root 有关。

    例如,在地址为 http://example.com/test.php/foo.bar 的脚本中使用 $_SERVER['PHP_SELF'] 将得到 /test.php/foo.bar。

    https://www.runoob.com/php/php-superglobals.html

    回复
    0
  • ⁴₈³₆᭄ꦿ

    ⁴₈³₆᭄ꦿ2022-01-04 15:38:12

    好的 谢谢

    回复
    0
  • Chen

    Chen2022-01-04 15:37:32

    $_SERVER['PHP_SELF']

    当前执行脚本的文件名,与 document root 有关。

    例如,在地址为 http://example.com/test.php/foo.bar 的脚本中使用 $_SERVER['PHP_SELF'] 将得到 /test.php/foo.bar。

    https://www.runoob.com/php/php-superglobals.html

    回复
    0
  • 像风一样自由

    像风一样自由2020-01-06 21:10:10

    这是固定参数,记住就行了

    回复
    0
  • 取消回复