PHP 8.3.30
Preview: StoreInterface.php Size: 316 B
/home/getspomw/.trash/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
- drwxrwxrwx 2025-09-17 06:53:31
Edit Download
1.64 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
3.10 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
316 B lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
589 B lrw-rw-rw- 2025-09-17 06:53:31
Edit Download

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