opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
ondram
/
ci-detector
/
src
➕ New
📤 Upload
✎ Editing:
Env.php
← Back
<?php declare (strict_types=1); namespace RectorPrefix202411\OndraM\CiDetector; /** * Encapsulate access to the environment variables */ class Env { /** * @return string|false Environment variable value or false if the variable does not exist */ public function get(string $name) { return \getenv($name); } public function getString(string $name) : string { return (string) $this->get($name); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel