set_error_handler -- Sets a user-defined error handler function 說明mixed set_error_handler ( callback error_handler [, int error_types] ) Sets a user function (error_handler) to handle errors in a script. This function can be used for defining your own way of handling errors during...