0
Why use ini file in php?
my be is configuration file
2 odpowiedzi
+ 1
yes, it is a php configuration file. in this file we specifiy options that we want in our PHP server.
it contains the php version, MySQL username password and other various fields.
0
ini can be used for custom configurations as well. PHP has a house function that will parse the files and turn them into arrays to be read.