PHP 8.3.30
Preview: StoreInterface.php Size: 316 B
/home/getspomw/itechservicellc.com/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php

<?php

declare(strict_types=1);

namespace Dotenv\Store;

interface StoreInterface
{
    /**
     * Read the content of the environment file(s).
     *
     * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidPathException
     *
     * @return string
     */
    public function read();
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
File DIR
- drwxr-xr-x 2025-11-18 19:24:14
Edit Download
1.64 KB lrw-r--r-- 2025-10-28 20:23:50
Edit Download
3.10 KB lrw-r--r-- 2025-10-28 20:23:50
Edit Download
316 B lrw-r--r-- 2025-10-28 20:23:50
Edit Download
589 B lrw-r--r-- 2025-10-28 20:23:50
Edit Download

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