PHP 8.3.31
Preview: LoaderInterface.php Size: 457 B
/proc/thread-self/root/home/getspomw/royalsquad.us/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.41 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
457 B lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
1.71 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download

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