%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/vendor/vlucas/phpdotenv/src/Repository/Adapter/ |
Current File : /home/ugotscom/3vfm3/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php |
<?php namespace Dotenv\Repository\Adapter; interface ReaderInterface extends AvailabilityInterface { /** * Get an environment variable, if it exists. * * @param string $name * * @return \PhpOption\Option<string|null> */ public function get($name); }