Login   Register  
PHP Classes
elePHPant
Icontem

File: ex03.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kozak Andrey  >  iniRWC  >  ex03.php  >  Download  
File: ex03.php
Role: Example script
Content type: text/plain
Description: example file
Class: iniRWC
Read and write configuration settings in INI files
Author: By
Last change:
Date: 2005-01-02 16:01
Size: 146 bytes
 

Contents

Class file image Download
<?
include "iniRWC.inc.php";

$c=new iniRWC;
$hash[first_par]="54321";
$hash[test2par]=" qwerty12345";
$c->ChangeIni("test.ini"$hash);
?>