aku nok ndi : /home/spdtg/www/gomygps/vendor/vlucas/phpdotenv/src/Repository/Adapter/ |
aku nok ndi : /home/spdtg/www/gomygps/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 non-empty-string $name * * @return \PhpOption\Option<string|null> */ public function get($name); }