PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Alessandro Rosa   INI Manager   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: test script
Class: INI Manager
Manipulate configuration files in the ini format
Author: By
Last change: improved code
Date: 15 years ago
Size: 172 bytes
 

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" ) ;
?>