Examveda
Examveda

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

A. disable_functions = fopen(), file()

B. disable_functions = fopen, file

C. functions_disable = fopen(), file()

D. functions_disable = fopen, file

Answer: Option B

Solution(By Examveda Team)

You can set disable_functions equal to a comma-delimited list of function names that you want to disable.

This Question Belongs to PHP >> Website Security

Join The Discussion

Related Questions on Website Security