/
home
/
maktab
/
server
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Repository
/
Adapter
/
File Upload :
llllll
Current File: /home/maktab/server/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php
<?php declare(strict_types=1); namespace Dotenv\Repository\Adapter; interface ReaderInterface { /** * Read an environment variable, if it exists. * * @param non-empty-string $name * * @return \PhpOption\Option<string> */ public function read(string $name); }
Copyright ©2k19 -
Hexid
|
Tex7ure