Top "Ini" questions

The INI file format includes text-based initialization information for programs.

How to increase maximum execution time in php

I want to increase maximum execution time in php , not by changing php.ini file. I want to Increase it …

php ini execution-time
Reading/writing an INI file

Is there any class in the .NET framework that can read/write standard .ini files: [Section] <keyname>=<…

c# .net ini
How to locate the php.ini file (xampp)

I am using xamppserver for PHP development and want to edit the php.ini file; where can I locate it?

php xampp ini
How to read and write INI file with Python3?

I need to read, write and create an INI file with Python3. FILE.INI default_path = "/path/name/" default_file = "…

python python-3.x ini
PHP Warning: Module already loaded in Unknown on line 0

On Mac OSX Mavericks using homebrew php55 whenever I run a a php command I get the following error message (…

php configuration centos7 ini intl
PHP ini file_get_contents external url

I use following PHP function: file_get_contents('http://example.com'); Whenever I do this on a certain server, the …

php url external file-get-contents ini
What is the easiest way to parse an INI file in Java?

I am writing a drop-in replacement for a legacy application in Java. One of the requirements is that the ini …

java parsing ini
Python: How would you save a simple settings/config file?

I don't care if it's JSON, pickle, YAML, or whatever. All other implementations I have seen are not forwards compatible, …

python json settings config ini
Do standard windows .ini files allow comments?

Are comments allowed in Windows ini files? (...assuming you're using the GetPrivateProfileString api functions to read them...) [Section] Name=Value ; …

windows comments ini
What is the easiest way to parse an INI File in C++?

I'm trying to parse an INI file using C++. Any tips on what is the best way to achieve this? …

c++ winapi ini fileparse