$silent
$silent :
Bind(integer $_errno,string $_errmsg,string $_filename,integer $_linenum): void
fileaccess error handler this is the main error handler function used to catch and log system execution errors
integer | $_errno | Php error code |
string | $_errmsg | Php error message |
string | $_filename | The name of the script the error occured in |
integer | $_linenum | The line the error ocured in |