PHP Classes

File: parseini.ini

Recommend this page to a friend!
  Classes of Roy Cunningham   INI File Parser   parseini.ini   Download  
File: parseini.ini
Role: Auxiliary data
Content type: text/plain
Description: sample ini file
Class: INI File Parser
Parse INI files into an array
Author: By
Last change:
Date: 16 years ago
Size: 451 bytes
 

Contents

Class file image Download
# the # denotes a comment and will be ignored, as will blank lines # when adding entries make sure to not have any blank spaces around the equal signs # * Code written by Roy Cunningham - March 17, 2008 (rc<numberone> at hesperides dot ca) # * This is licensed under the GPL - feel free to use and redistribute, but keep this license disclaimer intact. # * Have fun! # [test] foo=bar [test2] foo1=bar1 foo2=bar2 foo bar=something else