ฟังก์ชั่น error_reporting()

 

ความหมายของฟังก์ชั่นและการใช้งาน

การแสดงข้อผิดพลาดของโปรแกรม ว่าเกิดข้อผิดพลาดอะไรขึ้นที่ไหน ด้วยฟังก์ชั่น error_reporting()

 

รูปแบบการเขียน (Syntax)

int error_reporting ([ int $level ] )

 

ตัวอย่างที่ 1

<?php

// Turn off all error reporting
error_reporting(0);

// Report simple running errors
error_reporting(E_ERROR | E_WARNING | E_PARSE);

// Reporting E_NOTICE can be good too (to report uninitialized
// variables or catch variable name misspellings ...)
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);

// Report all errors except E_NOTICE
error_reporting(E_ALL & ~E_NOTICE);

// Report all PHP errors (see changelog)
error_reporting(E_ALL);

// Report all PHP errors
error_reporting(-1);

// Same as error_reporting(E_ALL);
ini_set('error_reporting', E_ALL);

?>

 

 

<< PHP Functions 

 

กระทู้ล่าสุดจากเว็บบอร์ด
หัวข้อกระทู้
ตอบ
เปิดดู
ล่าสุด
สอบถามเกี่ยวกับฟังก์ชั่น file_get_contents หน่อยนะครับ
โดย Anonymous พฤ 29 ก.ค. 2010 11:11 pm บอร์ด Programming - PHP
1
1483
ศ 30 ก.ค. 2010 1:57 am โดย imsn View Topic สอบถามเกี่ยวกับฟังก์ชั่น file_get_contents หน่อยนะครับ
การปรับเปลี่ยน
โดย freewere พฤ 29 ก.ค. 2010 10:42 am บอร์ด Programming - PHP
2
1214
ศ 30 ก.ค. 2010 2:39 pm โดย mindphp View Topic การปรับเปลี่ยน
สอบถาม Code php เรื่องการโพสรูปน่ะครับ
โดย kingkong27 พ 28 ก.ค. 2010 12:39 pm บอร์ด Programming - PHP
3
1855
ศ 30 ก.ค. 2010 1:55 am โดย imsn View Topic สอบถาม Code php เรื่องการโพสรูปน่ะครับ
Designbkkhost, โดเมน, โฮสติ้ง, domain, hosting, reseller, จดโดเมน, เช่าโฮส, ราคา
โดย idezmax พฤ 29 ก.ค. 2010 3:32 am บอร์ด Web Hosting Review - Free Host Share Host VPS
0
1683
พฤ 29 ก.ค. 2010 3:32 am โดย idezmax View Topic Designbkkhost, โดเมน, โฮสติ้ง, domain, hosting, reseller, จดโดเมน, เช่าโฮส, ราคา
จะ redirect ไปที่หน้า index โดยมีชื่อที่ล็อกอินด้วย...
โดย Anonymous พ 28 ก.ค. 2010 2:15 pm บอร์ด Programming - PHP
1
1356
พฤ 29 ก.ค. 2010 12:21 am โดย mindphp View Topic จะ redirect ไปที่หน้า index โดยมีชื่อที่ล็อกอินด้วย...
ถามเรื่องการควบคุมภาวะพร้อมกัน....โดยไม่ใช้การ lock
โดย Anonymous พ 28 ก.ค. 2010 2:50 pm บอร์ด Programming - PHP
4
1205
ศ 30 ก.ค. 2010 2:35 pm โดย mindphp View Topic ถามเรื่องการควบคุมภาวะพร้อมกัน....โดยไม่ใช้การ lock
background นิ่ง ๆ ในแบบนี้ทำยังไงครับ รบกวนด้วยนะคร้าบบบบบ
โดย imjp27 ส 24 ก.ค. 2010 10:08 am บอร์ด HTML CSS
2
3006
พ 28 ก.ค. 2010 12:35 pm โดย imjp27 View Topic background นิ่ง ๆ ในแบบนี้ทำยังไงครับ รบกวนด้วยนะคร้าบบบบบ
Javascript เปิดหน้าใหม่ แบบ popup พร้อมทั้งใส่ properties ให้ windown ใหม่
โดย mindphp พ 28 ก.ค. 2010 3:30 am บอร์ด AJAX Javascript Library - jQuery
0
7259
พ 28 ก.ค. 2010 3:30 am โดย mindphp View Topic Javascript เปิดหน้าใหม่ แบบ popup พร้อมทั้งใส่ properties ให้ windown ใหม่