PHP Classes

File: test.ini

Recommend this page to a friend!
  Classes of Norbert Kiszka   PHP INI Config   test.ini   Download  
File: test.ini
Role: Auxiliary data
Content type: text/plain
Description: Example ini config
Class: PHP INI Config
Parse and get configuration values from INI files
Author: By
Last change: Accessible without user login
Date: 11 years ago
Size: 577 bytes
 

Contents

Class file image Download
; test [section] [subsection] [other_subsection] some_var[] = 1 some_var[] = 2.2 some_var[] = true some_var[] = false some_var[] = null some_var[] = some string some_var[] = "protected string" some_var[] = "true" ;some_var other_var ;other_var = [/other_subsection] [/subsection] ; some comment [second_section] [subsec] xyz = 222 ; try comment [/subsec] [/second_section] [/section] [empty section...] [/empty section...] [other section] is this working? = it looks like... [/other section]