Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me how is it possible to parse a configuration file?

The function parse_ini_file() enables us to load in the ini file specified in filename, and returns the settings in it in an associative array.

 192 views

More Questions for you: