Which one of the following statements should be used to disable just the fopen(), and file() functions?
Which one of the following statements should be used to disable just the fopen(), and file() functions? Correct Answer disable_functions = fopen, file
You can set disable_functions equal to a comma-delimited list of function names that you want to disable.