magic_quotes_gpc和magic_quotes_runtime的區別

來源:互聯網
上載者:User
關鍵字 magic_quotes_gpc和magic_quotes_runtime的區別

PHP提供兩個方便我們引用資料的切換參數magic_quotes_gpc和magic_quotes_runtime,這兩個參數如果在php.ini設定為ON的時候,就會為我們引用的資料碰到單引號'和雙引號"以及反斜線 \ 是自動加上反斜線,幫我們自動轉譯符號,確保資料操作的正確運行。

那麼magic_quotes_gpc和magic_quotes_runtime兩個參數有什麼區別呢?看下面的說明:

magic_quotes_gpc
作用範圍是:web客戶服務端;
作用時間:請求開始是,例如當指令碼運行時.

magic_quotes_runtime
作用範圍:從檔案中讀取的資料或執行exec()的結果或是從SQL查詢中得到的;
作用時間:每次當指令碼訪問運行狀態中產生的資料.

關聯函數

set_magic_quotes_runtime():
設定magic_quotes_runtime值. 0=關閉.1=開啟.預設狀態是關閉的.可以通過 echo phpinfo(); 查看magic_quotes_runtime

get_magic_quotes_gpc():
查看magic_quotes_gpc值.0=關閉.1=開啟.

get_magic_quotes_runtime():
查看magic_quotes_runtime值。0=關閉.1=開啟.

注意的是沒有set_magic_quotes_gpc()這個函數,就是不能在程式裡面設定magic_quotes_gpc的值,只能在php.ini檔案中修改。

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.