Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Loader
Location:
/home/zoteqbgb/public_html/vendor/vlucas/phpdotenv/src/Loader
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: LoaderInterface.php
<?php declare(strict_types=1); namespace Dotenv\Loader; use Dotenv\Repository\RepositoryInterface; interface LoaderInterface { /** * Load the given entries into the repository. * * @param \Dotenv\Repository\RepositoryInterface $repository * @param \Dotenv\Parser\Entry[] $entries * * @return array<string,string|null> */ public function load(RepositoryInterface $repository, array $entries); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Loader.php
1,442 bytes
0644
2024-07-21 02:52
âï¸
ðï¸
Rename
LoaderInterface.php
457 bytes
0644
2024-07-21 02:52
âï¸
ðï¸
Rename
Resolver.php
1,752 bytes
0644
2024-07-21 02:52
âï¸
ðï¸
Rename
Chang
Apply