PHP Classes

File: ex02.php

Recommend this page to a friend!
  Classes of Kozak Andrey   iniRWC   ex02.php   Download  
File: ex02.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: 19 years ago
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->WriteIni("test.ini", $hash);
?>