php 被拋棄使用的函數

來源:互聯網
上載者:User

標籤:style   c   color   a   使用   string   

    call_user_method()(使用 call_user_func() 替代)
    call_user_method_array() (使用 call_user_func_array() 替代)
    define_syslog_variables()
    dl()
    ereg() (使用 preg_match() 替代)
    ereg_replace() (使用 preg_replace() 替代)
    eregi() (使用 preg_match() 配合 ‘i’ 修正符替代)
    eregi_replace() (使用 preg_replace() 配合 ‘i’ 修正符替代)
    set_magic_quotes_runtime() 以及它的別名函數  magic_quotes_runtime()
    [color=olive]session_register() (使用 $_SESSION 超全部變數替代)
    session_unregister() (使用 $_SESSION 超全部變數替代)
    session_is_registered() (使用 $_SESSION 超全部變數替代)
    set_socket_blocking() (使用 stream_set_blocking() 替代)
    split() (使用 preg_split() 替代)
    spliti() (使用 preg_split() 配合 ‘i’ 修正符替代)
    sql_regcase()
    mysql_db_query() (使用 mysql_select_db() 和  mysql_query() 替代)
    mysql_escape_string() (使用 mysql_real_escape_string() 替代)
    廢棄以字串傳遞地區設定名稱. 使用 LC_* 系列常量替代.
    mktime() 的 is_dst 參數. 使用新的時區處理函數替代.

聯繫我們

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