Mega Code Archive

 
Categories / Php / Functions
 

Parsing a configuration file

<?php $config = parse_ini_file('/etc/myapp.ini'); ?>