|
error_reportingSets which PHP errors are reported Description
int error_reporting(intnull
$error_level = null )
The error_reporting function sets the
error_reporting
directive at runtime. PHP has many levels of errors, using
this function sets that level for the duration (runtime) of
your script. If the optional Parameters
Return Values
Returns the error_reporting
level, before it is changed to
Changelog
Examples
Example #1 error_reporting examples
NotesTip
Passing in the value See Also
|