1. Question: Which function returns an associative array consisting of the type, message, file and line of the last occuring error in PHP 5.2?  

    A
    error_got_last()

    B
    error_get_last()

    C
    get_error_last()

    D
    error_get_last

    Note: Not available
    1. Report
  2. Question: Which is the constants of  define_syslog_variables() function?

    A
    openlog()

    B
    closelog()

    C
    syslog()

    D
    All

    Note: Not available
    1. Report
  3. Question: Fatal compile-time errors rdefers to________

    A
    E_COMPILE_WARNING

    B
    E_COMPILE_ERROR

    C
    E_DEPRECATED

    D
    Fatal errors that occur during PHP’s initial start

    Note: Not available
    1. Report
  4. Question: Fatal run-time errors refers to________.

    A
    E_USER

    B
    E_ERROR

    C
    E_NOTICE

    D
    E_USER_ERROR

    Note: Not available
    1. Report
  5. Question: Which parameters are supported in the openlog() function?

    A
    ident

    B
    facility

    C
    option

    D
    alert

    Note: Not available
    1. Report
  6. Question: Which is/are following function returns an associative array consisting of the type, message, file, and line of the last occurring error?

    A
    error_get_last()

    B
    error_file_last()

    C
    error_line_last()

    D
    error_massage_last()

    Note: Not available
    1. Report
  7. Question: What is the correct  prototype of Closing the Logging Connection ?

    A
    int closelog()

    B
    int closelog(void)

    C
    closelog(void)

    D
    int close_log(void)

    Note: Not available
    1. Report
  8. Question: Which function is responsible for sending a custom message to the system log?

    A
    syslog()

    B
    sys_log()

    C
    sys_log

    D
    syslog

    Note: Not available
    1. Report
  9. Question: Which parameter is used for a condition that must be immediately resolved to avert  jeopardizing system integrity?

    A
    LOG_CRIT

    B
    LOG_EMERG

    C
    LOG_ALERT

    D
    LOG_WARNING

    Note: Not available
    1. Report
  10. Question: What is the correct prototype of syslog() function?

    A
    int syslog(int priority, string message)

    B
    int syslog(int priority)

    C
    syslog(int priority, string message)

    D
    int syslog(string priority, int message)

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd