Examveda
Examveda

Which one of the following statements should be used to disable the use of two classes administrator and janitor?

A. disable_classes = “administrator, janitor”

B. disable_classes = class administrator, class janitor

C. disable_classes = class “administrator”, class “janitor”

D. disable_class = class “administrator”, class “janitor”

Answer: Option A

Solution(By Examveda Team)

There may be classes inside the libraries that you’d rather not make available. You can prevent the use of these classes with the disable_classes directive.

This Question Belongs to PHP >> Website Security

Join The Discussion

Related Questions on Website Security