Which One Of The Following Statements Should Be Used To Disable #251
Which one of the following statements should be used to disable just the fopen(), and file() functions?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Website Security - Quiz No.1.
Which one of the following statements should be used to disable just the fopen(), and file() functions?
disable_functions = fopen(), file()
disable_functions = fopen, file
functions_disable = fopen(), file()
functions_disable = fopen, file