<?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(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
File | Folder | 0755 |
|
|
FileStore.php | File | 1.64 KB | 0644 |
|
StoreBuilder.php | File | 3.1 KB | 0644 |
|
StoreInterface.php | File | 316 B | 0644 |
|
StringStore.php | File | 589 B | 0644 |
|