| Path : /var/www/html/usd_loan_system/vendor/vlucas/phpdotenv/src/Repository/Adapter/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/usd_loan_system/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);
}