ini - PHP parse_ini_file() performance? -


I know that some people store settings in an .ini file and parse_ini_file () Without running tests in PHP, I'm curious about the performance.

Do you know whether the opoad cache can cache any such content if the setting is in the INI file?

  1. serialized

  2. normal files
  3. INI files
  4. XML files
  5. edit YAM files

(08/02/2012)

If the server or other accelerator server is available on plain PHP files, it will be the fastest due to the fact that they will only be parsed once and will be kept in memory for further use.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -