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_version.php
<?php declare(strict_types=1); namespace Psl\Runtime; use const PHP_VERSION; /** * Return the current PHP version as a string in "major.minor.release[extra]" notation. * * @return non-empty-string * * @pure */ function get_version(): string { return PHP_VERSION; }
Copyright ©2021 || Defacer Indonesia