Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
wp-content
/
plugins
/
wp-migrate-db
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Repository
/
Adapter
:
ReaderInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace DeliciousBrains\WPMDB\Container\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); }