Q:

Which one of the following statements should be used to disable just the fopen(), and file() functions?

belongs to collection: SESSION HANDLING IN PHP MCQ

0

Which one of the following statements should be used to disable just the fopen(), and file() functions?


  1. disable_functions = fopen(), file()
  2. disable_functions
  3. functions_disable = fopen(), file()
  4. functions_disable = fopen, file

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).disable_functions = fopen, file

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SESSION HANDLING IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which one of the following statements should be us... >>
<< What is the return type of session_set_save_handle...