الكلمات الدليلية 'ini'

Simple INI

Posted by admin on ديسمبر 11 2009 Add Comments

Simple INI
By: Henrique Mayer
This is a simple class that can be used to read, modify and generate configuration files in the .INI format.
It reads .INI files using PHP parse_ini_file to store the configuration values in associative arrays.
The class provides functions to set and get specific values of each configuration option.
When the values are changed, the [...]

Read Ini Files

Posted by admin on ديسمبر 11 2009 Add Comments

Read Ini Files

By:Marcelo Costales
This is a simple class meant to parse configuration files in the ini format and extract the values of given keys.
Download:
http://www.ziddu.com/download/7528171/readini-2004-06-02.zip.html

PHP.ini

Posted by admin on ديسمبر 11 2009 Add Comments

PHP.ini
By: Skiyo
This class can be used to manage configuration options in the PHP.ini file.
It can parse the php.ini file to extract the values of the PHP configuration options.
The class can change the options values, add and remove new options or sections, and when done it can save the changes back to the php.ini file.
Download:
http://www.ziddu.com/download/7528059/phpini-2009-02-09.zip.html

Little INI Parser

Posted by admin on ديسمبر 11 2009 Add Comments

Little INI Parser
By: Andrey Nikishaev
This class can be used to parse INI files and store values in arrays.
It can parse multiple INI files and merge the configuration values defined in all files into a single array.
The class returns the array with all parsed configuration values.
Download:
http://www.ziddu.com/download/7505457/little_ini_parser-2008-10-24.zip.html

ini manager

Posted by admin on ديسمبر 11 2009 Add Comments

ini manager
By: Kenan Savas
This class can be used to manipulate configuration files in the INI format.
It is an improved version of the original ini manager class written by Alessandro Rosa.
This version fixes some bugs and adds a few new functions.
Download:
http://www.ziddu.com/download/7505409/ini_file_management-2009-03-22.zip.html