Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of zandor  >  INI Manager  >  index.php  
File: index.php
Role: Example script
Content type: text/plain
Description: test script
Class: INI Manager
Manipulate configuration files in the ini format
 

Contents

Class file image Download
<?php

require_once( "ini_fn.php" );

set_params_ini"One""opt2""how come are you there?""test.ini" ) ;
echo 
get_params_ini"One""opt2""test.ini" ) ;
?>