I am deciding whether or not to use .ini format vs. standard PHP variables/constants in a file holding my app's configuration information. One of my considerations is APC's ability to cache the ini file. If it can, I assume it will speed up my app, as well as reduce reading the config file from the disk on each page load...
问问题
232 次