Login   Register  
PHP Classes
elePHPant
Icontem

File: parseini.ini

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-05-24 09:10
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