We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c848975 + fc13d1b commit a2cbfb3Copy full SHA for a2cbfb3
README.md
@@ -26,6 +26,7 @@ use Utopia\System\System;
26
echo System::getOS(); // prints "Linux" for example
27
echo System::getHostname(); // Your hostname
28
echo System::getArch(); // x86_64
29
+echo System::getEnv('MY_ENV_VAR'); // test
30
31
echo System::isArm(); // bool
32
echo System::isPPC(); // bool
0 commit comments