%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/vlucas/phpdotenv/src/Repository/Adapter/ |
Current File : /var/www/html/hr/api/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); }