Setup
All classes are in the duncan3dc\PhpIni
namespace.
require_once __DIR__ . "vendor/autoload.php";
use duncan3dc\PhpIni\Ini;
$ini = new Ini;
All classes are in the duncan3dc\PhpIni
namespace.
require_once __DIR__ . "vendor/autoload.php";
use duncan3dc\PhpIni\Ini;
$ini = new Ini;