PHP 8.3.30
Preview: LoaderInterface.php Size: 458 B
/home/getspomw/itechservicellc.com/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php

<?php

declare(strict_types=1);

namespace Dotenv\Loader;

use Dotenv\Repository\RepositoryInterface;

interface LoaderInterface
{
    /**
     * Load the given entries into the repository.
     *
     * @param \Dotenv\Repository\RepositoryInterface $repository
     * @param \Dotenv\Parser\Entry[]                 $entries
     *
     * @return array<string, string|null>
     */
    public function load(RepositoryInterface $repository, array $entries);
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
1.46 KB lrw-r--r-- 2025-10-28 20:23:50
Edit Download
458 B lrw-r--r-- 2025-10-28 20:23:50
Edit Download
1.72 KB lrw-r--r-- 2025-10-28 20:23:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).