Which One Of The Following Statements Should Be Used To Disable #252
Which one of the following statements should be used to disable the use of two classes administrator and janitor?
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 the use of two classes administrator and janitor?
disable_classes = “administrator, janitor”
disable_classes = class administrator, class janitor
disable_classes = class “administrator”, class “janitor”
disable_class = class “administrator”, class “janitor”