Login   Register  
PHP Classes
elePHPant
Icontem

File: example.ini

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marko Schulz  >  Parse INI  >  example.ini  >  Download  
File: example.ini
Role: Auxiliary data
Content type: text/plain
Description: Example INI File
Class: Parse INI
Parse INI files and get values into arrays
Author: By
Last change:
Date: 2012-09-10 07:56
Size: 587 bytes
 

Contents

Class file image Download
; *******************************************************
; It is recommended to enclosed string in quotation marks (").
; To mask quotation marks within a string, you can use the wildcard "QUOTE".
; Here is an example:
;     var = "This is the "QUOTE"very"QUOTE" best Bubu!"
; *******************************************************
[general]
host = earth
ipaddr = 127.0.0.1
description = "Hello World"

[services:ssh]
name = ssh
port = 22

[services:http]
name = http
port = 80

[services:https]
name = https
port = 443

; *******************************************************
; EOF