PHP Classes

File: default.ini

Recommend this page to a friend!
  Classes of Blupixel IT Srl   PHP INI Editor Class   default.ini   Download  
File: default.ini
Role: Auxiliary data
Content type: text/plain
Description: .ini file example
Class: PHP INI Editor Class
View and edit INI files in Web forms
Author: By
Last change: Added edit of arrays using keys
Date: 7 years ago
Size: 344 bytes
 

Contents

Class file image Download
[Main] field1 = "value1" field2 = "value2" voidfield = false [Database] fields[] = "password" fields[] = "username" name[] = "mydatabase" [Boolean_Variables] truefield = true falsefield = false [Array_with_keys] field[key1] = "1st value" field[key2] = "2nd value" field[key3] = "3rd value" field[key4] = "4th value"