P. For security reasons I need to disable some PHP functions. How to achieve it?
R. You must edit the php.ini file, find the disable_functions directive and specify the names of the functions separated by commas.
disable_functions = phpinfo,php_uname,phpversion,get_loaded_extensions