PHP Classes

File: ex01.php

Recommend this page to a friend!
  Classes of Kozak Andrey   iniRWC   ex01.php   Download  
File: ex01.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: 94 bytes
 

Contents

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

$c=new iniRWC;
print_r($s=$c->ReadIni("read_test.ini"));
?>