PHP code example of nmapx / inidister
1. Go to this page and download the library: Download nmapx/inidister library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nmapx / inidister example snippets
use Nmapx\Inidister\Application\{
Inidister,
Registry
};
', __DIR__ . '/example.ini');
$inidister = new Inidister();
$inidister->attach($registry)
->execute();
ini
[example1/nested1]
key1=value1
[example1/nested2]
key1=value1
key2=value2
key3=value3
[example2]
key1=value1
key2=value2
[example3]
key1=value1