Most voted "ini" questions
The INI file format is an informal standard for configuration files for some platforms or software. INI files are plain text files with a basic structure composed of "sections" and "properties. If the doubt is not about "files. ini", do not use this tag even if you are using "files . ini" in your project.
Learn more…14 questions
Sort by count of
-
9
votes2
answers1768
viewsWhat is and what is php.ini for?
It may be a simple question but I’d like to know what the php.ini and its use for a website/system. If possible, I would like good references (not always the meeting) that can help in the…
-
5
votes2
answers184
viewsHow to turn an INI file into an Array?
How can I turn a file INI in a array in PHP? Example: [database] host = localhost password = sabe_de_nada_inocente port = 3306
-
4
votes1
answer262
viewsAdvantages and disadvantages of using INI files
Could you tell me the possible advantages and disadvantages of using a file .INI to configure an application? Preferably PHP applications.
-
4
votes1
answer198
viewsArray no . ini How to do?
Hello folks I would like to know if to the possibility of array in . ini Using php to call it ?
-
3
votes1
answer177
viewsHow can I turn an INI file into a Dict?
How can I transform data from a file .ini in a dict in Python? Is there any way to do this in Python? [database] host = localhost password = sabe_nada_de_python port = 3306…
-
3
votes1
answer467
viewsConnect with Postgresql
I have a file *.ini which connects to my Firebird database, but now I need this file configured to connect to Postgresql [IBConnection] DriverName=Interbase…
-
2
votes2
answers924
viewsKnow how many properties an INI session has?
I have an INI file which a session has several properties: [DLLS] Dll1=... Dll2=... Dll3=... In the above example there are 3 properties. Is there any method in the Delphi to identify how many…
-
2
votes1
answer94
viewsIs there a difference between saving settings to dotEnv, JSON or INI?
To save sensitive application data, it is recommended to save in dotEnv or I can save in any other format where the file is not in the public directory? I see many talking about dotEnv, I wanted to…
-
1
votes1
answer451
viewsFile reading.ini
It is possible to read variables in arquivos.ini with C++? Ex: host = "localhost" name = "username" pass = "password" port = 1010 When reading from this file I set through the ifstream. ifstream…
-
1
votes2
answers150
viewsMap array on function return - PHP
Testing local (xampp), with the return of the function mapping an array. Example: <?php $res = $obj->Function()[0]['name']; ?> And on the production server (typical hosts) this interpolated…
-
0
votes1
answer592
viewsHow to Connect to Database by Reading INI File (Function and Class)
How can I connect to the database (PHP in 3 Layers [Facade / Repository / Database]) by reading the information from a file. ini and assigning these values in a function within a class ? Banco.php…
-
0
votes1
answer241
viewsWhat is the difference in function and directive?
How do I know what a PHP function is, what a directive is, what a module is and what a library is? I’m starting in PHP, I have some questions that maybe for many are basic, but for many others is…
-
0
votes1
answer36
viewsConnection only works with manually set values
I have a Socket class that is working normally this way: class Socket(): __ffChatSocket = "" __meuTelefone = "" __WhatsappAPI = "" __dest = () def __init__(self, telefone, WhatsappAPI): ip =…
-
0
votes0
answers1792
viewsUncaught Error: Call to Undefined Function mysqli_connect()
I’ve been getting this error and I don’t know how to fix it. I don’t use xampp on my machine and below, it is possible to observe my php configuration file. Can anyone help me ?…