whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Runtime
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Runtime/get_sapi.php
<?php declare(strict_types=1); namespace Psl\Runtime; use const PHP_SAPI; /** * Return the Server API for this build of PHP. * * @return non-empty-string * * @pure */ function get_sapi(): string { /** @var non-empty-string */ return PHP_SAPI; }
Copyright ©2021 || Defacer Indonesia