PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throw new Exception(); throws new Exception(); new throws Exception(); new Exception(); throw new Exception(); throws new Exception(); new throws Exception(); new Exception(); ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 15 14 13 16 15 14 13 16 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions? define_syslog_variable() define_log_variable() log_variable() define_variable() define_syslog_variable() define_log_variable() log_variable() define_variable() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? systemlog() syslog() log_system() sys_log() systemlog() syslog() log_system() sys_log() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which one of the following is the right description for the method getMessage() ? Returns the message if it is passed to the file Returns the message if it is passed to the object Returns the message if it is passed to the constructor Returns the message if it is passed to the class Returns the message if it is passed to the file Returns the message if it is passed to the object Returns the message if it is passed to the constructor Returns the message if it is passed to the class ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many methods are available for the exception class? 6 7 5 8 6 7 5 8 ANSWER DOWNLOAD EXAMIANS APP