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 参数. 使用新的时区处理函数替代.

最新文章

  1. Android多媒体--MediaCodec 中文API文档
  2. oracle job有定时执行的功能,可以在指定的时间点或每天的某个时间点自行执行任务。
  3. XMAL语法系列之-(2)---WPF控件继承图
  4. Android UI开发【开篇导航】
  5. Unity Remote 4安卓机使用指南
  6. WPF Command Binding
  7. POJ3233 Matrix Power Series
  8. Spring-MongoDB简单操作
  9. C#Winform版获取Excel文件的内容
  10. AbpZero--4.不使用谷歌字体,提升加载速度
  11. 使用boost中的线程池
  12. Collections你用对了吗?
  13. WCF:System.Security.Cryptography.CryptographicException: 密钥集不存在
  14. PAT (Advanced Level) 1010. Radix (25)
  15. HDU4027 Can you answer these queries?(线段树 单点修改)
  16. zxing .net 多种条码格式的生成
  17. useBean
  18. Delegate,Action,Func,匿名方法,匿名委托,事件
  19. 理解mpvue的生命周期
  20. JS 解析JSON实现导序

热门文章

  1. 树形dp+MST-hdu-4126-Genghis Khan the Conqueror
  2. Linux&shell之显示数据
  3. 【转】Android Studio安装配置学习教程指南 下载和安装--不错
  4. List<T> 和DataTable的相互转换
  5. Palindrome Partitioning——LeetCode
  6. CentOS 6.5 安装realtek RTL8188CE无线网卡
  7. puppet yum安装配置,简单证书维护
  8. 16个不错的git别名
  9. Install Oracle 10g on Red Hat Linux 5.3 Step by Step
  10. 指针-->字符串