Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions?

  2. A.

     define_variable()

    B.

     define_log_variable()

    C.

     log_variable()

    D.

     define_syslog_variable()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    If you’re running PHP version 5.2.X or older, you need to execute this function before using any of the following logging functions.


Be The First To Comment