PHP Developer Question:

Where PHP configuration settings stored?

PHP Developer Interview Question
PHP Developer Interview Question

Answer:

PHP stores configuration settings in a file called php.ini in PHP home directory. You can open it with any text editor to your settings.


Previous QuestionNext Question
How to replace substring in a given string in PHP?How to know the number of days between two given dates using PHP?