X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/vlucas/phpdotenv/src/Store
home
/
prisjneg
/
public_html
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Store
/
📁
..
📁
File
📄
FileStore.php
(1.64 KB)
📄
StoreBuilder.php
(3.1 KB)
📄
StoreInterface.php
(316 B)
📄
StringStore.php
(589 B)
Editing: 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(); }
Upload File
Create Folder