PHP 8.3.30
Preview: ParserInterface.php Size: 334 B
/home/getspomw/.trash/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php

<?php

declare(strict_types=1);

namespace Dotenv\Parser;

interface ParserInterface
{
    /**
     * Parse content into an entry array.
     *
     * @param string $content
     *
     * @throws \Dotenv\Exception\InvalidFileException
     *
     * @return \Dotenv\Parser\Entry[]
     */
    public function parse(string $content);
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
1015 B lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
12.16 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
1.24 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
3.07 KB 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
334 B lrw-rw-rw- 2025-09-17 06:53:31
Edit Download
1.55 KB lrw-rw-rw- 2025-09-17 06:53:31
Edit Download

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