suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Ich habe das noch nie gelernt und verstehe es nicht.

$_SERVER['PHP_SELF']; Ich weiß nicht, was letzteres PHP_SELF bedeutet

⁴₈³₆᭄ꦿ⁴₈³₆᭄ꦿ1783 Tage vor1331

Antworte allen(4)Ich werde antworten

  • 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

    Antwort
    0
  • ⁴₈³₆᭄ꦿ

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

    好的 谢谢

    Antwort
    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

    Antwort
    0
  • 像风一样自由

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

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

    Antwort
    0
  • StornierenAntwort