PHP Classes

function you may have overlooked

Recommend this page to a friend!

      clsINI  >  All threads  >  function you may have overlooked  >  (Un) Subscribe thread alerts  
Subject:function you may have overlooked
Summary:there's a standard php function which might streamline your code
Messages:1
Author:Gregory Fowler
Date:2013-06-13 20:03:52
 

  1. function you may have overlooked   Reply   Report abuse  
Picture of Gregory Fowler Gregory Fowler - 2013-06-13 20:03:52
Greetings,

I just wanted to point out to you, in case you may not have known, that there's a standard PHP function called parse_ini_file that you may want to look into for streamlining your code. My apologies if you did already know about it, but weren't able or didn't want to use it for some reason.

I think it's a great idea to make ini files, like php.ini, modifiable through Web forms! I wish I had thought of doing that when I discovered parse_ini_file.