PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? sys_log() systemlog() syslog() log_system() sys_log() systemlog() syslog() log_system() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many error levels are available in PHP? 16 14 17 15 16 14 17 15 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions? define_log_variable() log_variable() define_variable() define_syslog_variable() define_log_variable() log_variable() define_variable() define_syslog_variable() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line? repeatedly_ignore_error ignore_repeat_error repeated_error_ignore ignore_repeated_errors repeatedly_ignore_error ignore_repeat_error repeated_error_ignore ignore_repeated_errors ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which logging option’s description is, if an error occurs when writing to the syslog, send output to the system console? LOG_PERROR LOG_NDELAY LOG_ODELAY LOG_CONS LOG_PERROR LOG_NDELAY LOG_ODELAY LOG_CONS ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throws new Exception(); new Exception(); throw new Exception(); new throws Exception(); throws new Exception(); new Exception(); throw new Exception(); new throws Exception(); ANSWER DOWNLOAD EXAMIANS APP