Beispiel #1
0
<?php

require_once "ini_manager.php";
$iniMANAGER = new ini_manager();
$A = $iniMANAGER->get_ini_array("test.ini");
echo "<pre>";
print_r($A);
echo "</pre>";