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_extensions.php
<?php declare(strict_types=1); namespace Psl\Runtime; /** * Returns an list with the names of all extensions compiled and loaded. * * @return non-empty-list<non-empty-string> * * @psalm-mutation-free */ function get_extensions(): array { // we know that this cannot be empty, since some extensions cannot be disabled ( e.g: Core ) /** * @psalm-suppress ImpureFunctionCall - no mutation is caused by this function. * * @var non-empty-list<non-empty-string> */ return get_loaded_extensions(); }
Copyright ©2021 || Defacer Indonesia