PHP_SELF和basename的用法_PHP教程

來源:互聯網
上載者:User
$php_self = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME'];if ('/' == substr($php_self, -1)){    $php_self .= 'index.php';}define('PHP_SELF', $php_self);

如果

echo basename(PHP_SELF)

顯示為:index.php

如果

echo basename(PHP_SELF,'.php')

顯示為:index

您可能感興趣的文章

  • php在數組中尋找某個值是否存在(in_array(),array_search(),array_key_exists())
  • phpMyAdmin Cannot start session without errors錯誤解決辦法
  • php提示Maximum execution time of 30 seconds exceeded...錯誤的解決辦法
  • PHP報Fatal error Allowed memory size of...記憶體不足的錯誤應該如何解決
  • PHP 字串轉義函數(addslashes,stripslashes)詳解
  • php提示PHP Warning: date(): It is not safe to rely on the......錯誤的解決辦法
  • PHP中跳出多重迴圈使用break,continue,goto,return,exit的用法和區別
  • php字串替換函數str_replace速度比preg_replace快

http://www.bkjia.com/PHPjc/764199.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/764199.htmlTechArticle$php_self = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME'];if ('/' == substr($php_self, -1)){ $php_self .= 'index.php';}define('PHP_SELF', $php_self);...

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.