PHP Classes

Question: Why don't use the parse-ini-file() Function?

Recommend this page to a friend!

      PHP INI Read Write Manager  >  All threads  >  Question: Why don't use the...  >  (Un) Subscribe thread alerts  
Subject:Question: Why don't use the...
Summary:What about the parse-ini-file() function?
Messages:3
Author:I. Gaffling
Date:2019-06-25 09:36:32
 

  1. Question: Why don't use the...   Reply   Report abuse  
Picture of I. Gaffling I. Gaffling - 2019-06-25 09:36:32
Wouldn't it be easier to use this for your read function?

php.net/manual/de/function.parse-in ...

  2. Re: Question: Why don't use the...   Reply   Report abuse  
Picture of Armando Ortiz Armando Ortiz - 2019-06-25 15:58:37 - In reply to message 1 from I. Gaffling
I tried a class that used this function to try to spill out an INI file for me to edit and it didn't work for the reasons I stated for why I wrote my own to begin with.

  3. Re: Question: Why don't use the...   Reply   Report abuse  
Picture of Armando Ortiz Armando Ortiz - 2019-06-25 17:34:26 - In reply to message 1 from I. Gaffling
Yanno...you should REALLY read why I wrote this in the first place.

It's up at the top, in case you were wondering.