The error_reporting() function sets which PHP types of errors at run time. PHP has many types of errors, using this function sets that level for the runtime of your script.
error_reporting(0) used for remove all errors, warnings, parse messages, and notices, the parameter that should be passed to the error_reporting function is zero.
Copyright ©2022 coderraj.com. All Rights Reserved.