Login   Register  
PHP Classes
elePHPant
Icontem

File: ex04.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  >  ex04.php  >  Download  
File: ex04.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:02
Size: 207 bytes
 

Contents

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

$c=new iniRWC;
$hash[first_par]="12345";
$hash[secong_par]="    abcde";
$hash[third]="   asdf12345   ";
$hash[test1par]=" qwerty12345";
$c->WritePhp("test.php"$hash);
?>