PHP Classes

File: ex03.php

Recommend this page to a friend!
  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: 19 years ago
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);
?>