<?php
$file = './xcom.ini';
  $ini = parse_ini_file($file,1);
  print_r($ini);
  
  