Sr. PHP Programmer Question: Download Senior PHP Programmer PDF

What is the purpose of php.ini file?

Tweet Share WhatsApp

Answer:

The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's functionality. The php.ini file is read each time PHP is initialized.in other words, whenever httpd is restarted for the module version or with each script execution for the CGI version. If your change isn.t showing up, remember to stop and restart httpd. If it still isn.t showing up, use phpinfo() to check the path to php.ini.

Download Senior PHP Programmer PDF Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
How will you delete a cookie in PHP?What is the purpose of $_FILES variable in PHP?