logo
  • 教程列表
  • SO官方文檔
  • 除錯
    • 轉儲變數
    • 顯示錯誤
    • phpinfo() 函式
    • Xdebug
    • phpversion()
    • 錯誤報告(使用它們)
  1. StackOverflow 文件
  2. PHP 教程
  3. 除錯
  4. 錯誤報告(使用它們)

錯誤報告(使用它們)

Created: November-22, 2018

// this sets the configuration option for your environment
ini_set('display_errors', '1');

//-1 will allow all errors to be reported
error_reporting(-1);
  • phpversion()

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明