whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Env
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Env/get_vars.php
<?php declare(strict_types=1); namespace Psl\Env; use function getenv; /** * Returns an iterator of (variable, value) pairs of strings, for all the environment variables of the current process. * * @return array<string, string> */ function get_vars(): array { return getenv(); }
Copyright ©2021 || Defacer Indonesia