Login   Register  
PHP Classes
elePHPant
Icontem

File: example02.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kenan Savas  >  ini_manager  >  example02.php  >  Download  
File: example02.php
Role: Example script
Content type: text/plain
Description: example02
Class: ini_manager
Manipulate configuration files in the ini format
Author: By
Last change:
Date: 2009-03-22 07:50
Size: 180 bytes
 

Contents

Class file image Download
<?php
require_once( "ini_manager.php" );

$iniMANAGER = new ini_manager();
$A $iniMANAGER->get_ini_array"test.ini" );

echo 
"<pre>" ;
print_r$A );
echo 
"</pre>" ;
?>